-
Bug
-
Resolution: Unresolved
-
Minor
-
None
In a declarative pipeline (sourced directly from SVN), I have multiple (N) checkout steps.
This generates N+2 "Tag this build" actions. I'm assuming one is for the workspace, and the other for workspace@script whereas the other N are obvious. This also corresponds to the N+2 checkouts seen in the build log.
However, all such "Tag this build" links refer to the same URL: `job/jobName/BUILD_NUMBER/tagBuild`
Clicking "Tag this Build", no matter which one, I get a dialogue that allows me to Tag a single SVN Url, always the same one, which is the Jenkinsfile location, according to which the entire job is set up.
What I would expect
I would expect to see one "Tag this build" link, which allows me to add a tag for all checked out repositories at once.
Related: JENKINS-38204, JENKINS-35176