Hey all, We recently upgraded Jenkins from git-code 1.7 / git plugin 1.5 to latest versions (1.9.1 / 2.2.0 respectively).
We're also using the GitHub pull request builder to create PR builds on push to git. Previously, the jenkins var GIT_BRANCH was set to the remote ref, e.g. "origin/pr/191/merge". After upgrading the plugin GIT_BRANCH is "detached". Mainline builds are still correctly marked as "master". Additionally, the jenkins API response for the build does not seem to be aware of the ref. In other words, before the upgrade, we had "origin/pr/191/merge" listed in buildsByBranchName, however we no longer see new PR branches appear in the build list any more. Is there a way to configure the previous behaviour for the updated plugin version? -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
