Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-32146

Last step misleadingly marked as blue even though build status is FAILURE

      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>

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

          ngiger created issue -
          Jesse Glick made changes -
          Summary Original: ArtifactArchiver does not mark step as failing New: Last step misleadingly marked as blue even though build status is FAILURE
          Jesse Glick made changes -
          Epic Link New: JENKINS-35400 [ 171193 ]
          R. Tyler Croy made changes -
          Workflow Original: JNJira [ 167634 ] New: JNJira + In-Review [ 182816 ]
          Andrew Bayer made changes -
          Component/s New: pipeline-general [ 21692 ]
          Andrew Bayer made changes -
          Component/s Original: workflow-plugin [ 18820 ]
          Jesse Glick made changes -
          Component/s New: workflow-support-plugin [ 21719 ]
          Component/s Original: pipeline [ 21692 ]

            jglick Jesse Glick
            ngiger ngiger
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated: