|
||||||||
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
[JIRA] (JENKINS-7087) As a build manager, I want to be able to build all branches except for master (BranchSpec needs to support exclusion )
rmorgenst...@voltdb.com (JIRA) Wed, 18 Jul 2012 13:30:20 -0700
- [JIRA] (JENKINS-7087) As a build manager, I... kre...@gazeta.pl (JIRA)
- [JIRA] (JENKINS-7087) As a build manag... rmorgenst...@voltdb.com (JIRA)
!master can be done using the Git->Advanced->Choosing Strategy = Inverse and setting your git branch to */master. Only problem it that GIT_BRANCH variable isn't set properly (JENKINS-12655). It is set properly at the time of updating build-name (early in the build), but gets unset by the time the build steps are run or parameterized triggers fire.