Re: How to whitelist the branches to be built upon git hook notification

2016-03-11 Thread Baptiste Mathus
Le 9 mars 2016 9:36 PM, "Mark Waite" a écrit : > > You might consider the "pipeline plugin". It includes a multi-branch facility which will automatically configure a new job for any branch which has a "Jenkinsrule" file Nitpicking for future reference: that file is actually named Jenkinsfile. -

Re: How to whitelist the branches to be built upon git hook notification

2016-03-10 Thread Francois Marot
Hi Mark, thanks for your answer. In fact I've just found a very straightforward method to do it so I won't use what you suggested. Thanks nevertheless ! Here is how to do it: in the Jenkins Git plugins config part of my job, I added the "Additionnal Behavior" "*Strategy for choosing what to bui

Re: How to whitelist the branches to be built upon git hook notification

2016-03-09 Thread Mark Waite
You might consider the "pipeline plugin". It includes a multi-branch facility which will automatically configure a new job for any branch which has a "Jenkinsrule" file defined at the root of that repository. I've found it very helpful to allow me to add and remove jobs from my setup just by addi