Details
-
Bug
-
Status: Open (View Workflow)
-
Major
-
Resolution: Unresolved
-
None
-
Jenkins 1.537
Jenkins GIT Plugin 2.0
Jenkins Multiple SCM Plugin 0.2
Description
Create a Job with a parameter:
branch
In GIT configuration set branch to:
${branch}
or
*/${branch}
This causes polling to keep detecting changes, even when there are none.
Everything is fine when I hardcode branch name like so:
*/master
mkrussel it is not possible to use the same solution without wild cards as with wild cards as far as I know. Pull requests with automated tests that show the problem and include a fix are certainly welcomed.