-
Bug
-
Resolution: Unresolved
-
Minor
-
None
When having a job that is configured to build multiple branches, it is impossible to use the paramatized build to run a particular job. Instead the latest branch is build.
If I have a job that builds "origin/master", "origin/release" and "origin/$branch" (for the parameter), and I try build "origin/potato", then the last built branch always builds, not the one I specify in the parameter.
I have the same issue. Any updates on this?