| I have created a Pipeline job, which pulls the Jenkinsfile from Git. The Jenkinsfile then uses the repo-plugin to pull the code to build from Gerrit. Following a build, I am left with two action buttons:
- "No Tags"
- "Repo Manifest"
The Repo Manifest usually loads a page that shows the manifest file used for the build, however because it has been implemented as an AbstractScmTagAction it results in generating the same URL (.../tagBuild/), and so the tag build action page is shown instead of the manifest page. |