|
|
|
|
|
by i386
3430 days ago
|
|
I'd also second the Job DSL plugin if you want to keep all your Jenkins config in version control. Its also worth looking at replacing all your freestyle jobs with Jenkins Pipeline and have the job definition defined in a Jenkinsfile in your repository. We've got a new syntax coming out of beta shortly that makes the experience a lot more declarative thats worth a look https://github.com/jenkinsci/pipeline-model-definition-plugi... |
|