-
Bug
-
Resolution: Duplicate
-
Major
-
Jenkins 2.46.2
-
-
Pipeline - December
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/*" } }
- duplicates
-
JENKINS-47142 archiveArtifacts step failure is not displayed
- Resolved
- is duplicated by
-
JENKINS-48371 archiveArtifacts fail but display correct output on UI
- Closed