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

archiveArtifacts step failure is not displayed

    XMLWordPrintable

Details

    • Pipeline - December

    Description

      I'm experiencing an issue with Blue Ocean and Stage View where a failure in the archiveArtifacts step of a pipeline correctly changes the build result variable to FAILURE; however, this does not provide Blue Ocean or Stage View with any way of determining that it failed. As far as I'm aware, these UI plugins use thrown exceptions to locate failed steps in a pipeline? If so, the archiveArtifacts step (and possibly others) should also throw exceptions instead of just updating the build result.

      A pipeline script to reproduce the behaviour:

      stage("archive-test") {
          node {
              archiveArtifacts "DoesNotExist/*"
          }
      }

       

      Attachments

        Issue Links

          Activity

            People

              abayer Andrew Bayer
              inkychris Chris Wright
              Votes:
              1 Vote for this issue
              Watchers:
              6 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: