jenkinsci / jenkinsci/gerrit-trigger-plugin

[JENKINS-50757] Other triggered builds incorrect for jobs from multi-branch configurations

Open
#866 0 comments 0 reactions 0 assignees View on GitHub
component:gerrit-trigger-plugin imported-jira-issue priority:minor resolution:unresolved
Dominant language
Java
Stars
226
Forks
289
PR merge metrics
No merged PRs in 30d

Description

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

---
Originally reported by m_hopkins, imported from: Other triggered builds incorrect for jobs from multi-branch configurations


  • assignee: rsandell
  • status: Open
  • priority: Minor
  • component(s): gerrit-trigger-plugin
  • resolution: Unresolved
  • votes: 0
  • watchers: 1
  • imported: 2025-12-07

Raw content of original issue

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

environment

```
Jenkins ver. 2.89.2

Gerrit Trigger Plugin ver. 2.27.2
```

Contributor guide

Open the contributing guide

Research direction

Start at the build-page entry point that renders “Other triggered builds for this event” and reproduce the case with two multibranch configurations triggering the same develop branch. The work is done when the other build is displayed with its multibranch configuration name, such as “B >> develop #1,” rather than only “develop #1.”

Written by the indexing model from the issue text.

Assessment

Tech stack
java
Domain
ci-cd
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.