gvalkov / jenkins-autojobs

Automatically create Jenkins jobs from template jobs and branches in a SCM repository
http://jenkins-autojobs.rtfd.org
Other
49 stars 39 forks source link

Activate new jobs #11

Closed sja closed 10 years ago

sja commented 10 years ago

It would be great, if I could have a template job, which is deactivated and will be activated on creation. My goal is to have a template, wich watches for SCM changes to build automatically. If I currently do so, all SCM changes will trigger building the template and the new job. If I disable the template, the new created jobs from autojobs are disabled, too.

I have no python skills, otherwise I would do a pull request.

sja commented 10 years ago

Ok, that was incorrect. I did not understand the config point, thought it was for another thing.