jenkinsci / jenkinsci/workflow-support-plugin

[JENKINS-32146] Last step misleadingly marked as blue even though build status is FAILURE

Open
#383 2 comments 0 reactions 0 assignees View on GitHub
component:workflow-support-plugin imported-jira-issue priority:minor resolution:unresolved
Dominant language
Java
Stars
23
Forks
75
PR merge metrics
No merged PRs in 30d

Description

I created a small project https://github.com/ngiger/jenkins-bug which produces contains two ArtifactArchivers steps. Both have fingreprinting enabled.

I created a Multibranch Worksflow project, using the Jenkinsfile from the github project mentioned aboed.

The first step one completes successfully, as the file exist.

The second step one references a non existing file. All steps of the build have the blue icon, but inside the build.xml I see only one line

FAILURE

whereas the successful step had







README.md

3f7c3b7d5e5d582a09643416b80fafaf





---
Originally reported by ngiger, imported from: Last step misleadingly marked as blue even though build status is FAILURE


  • assignee: jglick
  • status: Open
  • priority: Minor
  • component(s): workflow-support-plugin
  • resolution: Unresolved
  • votes: 0
  • watchers: 4
  • imported: 20260601-173816

Raw content of original issue

I created a small project https://github.com/ngiger/jenkins-bug which produces contains two ArtifactArchivers steps. Both have fingreprinting enabled.

I created a Multibranch Worksflow project, using the Jenkinsfile from the github project mentioned aboed.

The first step one completes successfully, as the file exist.

The second step one references a non existing file. All steps of the build have the blue icon, but inside the build.xml I see only one line
<result>FAILURE</result>
whereas the successful step had
<hudson.tasks.Fingerprinter_-FingerprintAction>
<record>
<entry>
<string>README.md</string>
<string>3f7c3b7d5e5d582a09643416b80fafaf</string>
</entry>
</record>
</hudson.tasks.Fingerprinter_-FingerprintAction>


Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.