You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What Operating System are you using (both controller, and any agents involved in the problem)?
I don't have access to jenkins settings
Reproduction steps
Pipeline that builds multiple projects and branches on those projects. I have a description with an html table with build status for the latest build per project/branch
I expect to get accurate build status per project and branch
Actual Results
All icons are shown, but the status is not accurate. Most of them show PASSING, even for projects that only one of the branches have been executed (i.e. dev did pass, main never ran). Or some have the opposite to what I expected, when dev failed and main succeeded, the icons show the opposite.
Anything else?
Is there a way to filter using environment variables I set during the plan execution? env.SOMETHING is set based on several situations, and I would like to have a build status icon for those too.
The text was updated successfully, but these errors were encountered:
If anyone is having similar issues, use import org.jenkinsci.plugins.pipeline.modeldefinition.Utils
def badge = addEmbeddableBadgeConfiguration(id: "someID", subject: "Hi!")
badge.setStatus('failing')
Jenkins and plugins versions report
Environment
I don't have access to jenkins settings
What Operating System are you using (both controller, and any agents involved in the problem)?
I don't have access to jenkins settings
Reproduction steps
Expected Results
I expect to get accurate build status per project and branch
Actual Results
All icons are shown, but the status is not accurate. Most of them show PASSING, even for projects that only one of the branches have been executed (i.e. dev did pass, main never ran). Or some have the opposite to what I expected, when dev failed and main succeeded, the icons show the opposite.
Anything else?
Is there a way to filter using environment variables I set during the plan execution? env.SOMETHING is set based on several situations, and I would like to have a build status icon for those too.
The text was updated successfully, but these errors were encountered: