Re: Conditional Build Next or Build Branch Except

2012-04-04 Thread John Hinnegan
That's what I was looking for, thanks On Wednesday, April 4, 2012 1:02:54 PM UTC-7, sti wrote: > > Did you try the inverted branch choose strategy in git plugin advanced > settings on the job configuration page? > > -- Sami > > 2012/4/4 John Hinnegan : > > I have 2 auto-build jobs in Jenkins for 1

Re: Conditional Build Next or Build Branch Except

2012-04-04 Thread Sami Tikka
Did you try the inverted branch choose strategy in git plugin advanced settings on the job configuration page? -- Sami 2012/4/4 John Hinnegan : > I have 2 auto-build jobs in Jenkins for 1 real project (git repo). > > Job 1 builds and tests any branch pushed to the repo > > Job 2 builds only the m

Conditional Build Next or Build Branch Except

2012-04-04 Thread John Hinnegan
I have 2 auto-build jobs in Jenkins for 1 real project (git repo). Job 1 builds and tests any branch pushed to the repo Job 2 builds only the master branch, and, upon successful tests, pushes the change out to our testing env. Both jobs will trigger if a push to master happens. Setting Job 2 to