Re: Using a Master Jenkinsfile for Multi-branch Pipelines

2016-08-22 Thread Sverre Moe
Take a look at Pipeline Global Library https://github.com/jenkinsci/workflow-cps-global-lib-plugin/blob/master/README.md You can maintain all build logic within a global build script which is called from within each Jenkinsfile. You would still need a Jenkinsfile within each repository on all br

Using a Master Jenkinsfile for Multi-branch Pipelines

2016-08-19 Thread Qazwart
I have just started looking at using Pipelines. One of the reasons I liked about Jenkins over CruiseControl was that Jenkins allowed you to quickly setup a build using a web form rather than attempting to setup up an entire process using an XML file. Pipelines feels a bit of a step back. Howeve