-
New Feature
-
Resolution: Won't Fix
-
Minor
Our developers like to create new feature branches for each ticket they are working on. I would like to have the ability to match against the ${GIT_BRANCH} instead of the commit message.
Perhaps allow overriding the text to match against in the job configuration.
The plugin is matching against the build's SCM. So, if developers are creating a branch, Jenkins will not build that branch unless configured to do so. If configured to do so, I think it should pull the ticket number correctly (from the branch). Please correct me if I understood wrong...