-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Minor
-
Component/s: gerrit-trigger-plugin
-
Environment:Jenkins ver. 2.89.2
Gerrit Trigger Plugin ver. 2.27.2
On a build page, where the list of "Other builds triggered for this event", if a build is from a multi-branch job it does not display the full name but just the job-name, without the multi-branch config name like is displayed in the rest of Jenkins.
Â
Example:
Â
Have a multi-branch configs A & B, both triggering off 'develop'
In Jenkins the builds would be displayed like:
Â
A >> develop #1
B >> develop #1
Â
If you are on the build page for A #1, the gerrit plugin displays:
Â
Other triggered builds for this event.
develop #1
Â
It should display:
Â
Other triggered builds for this event.
B >> develop #1