-
Bug
-
Resolution: Duplicate
-
Major
-
None
-
Jenkins 2.73.2
workflow-basic-steps 2.6
I use the archiveArtifact step in my Jenkinsfile, and even though it failed with the below messages in the console, the "Pipeline Steps" view showed a green ball for the archive artifact step, which made the error very hard to track down.
[Pipeline] [ios] stage
[Pipeline] [ios] { (Archive artifacts iOS64)
[Pipeline] [ios] step
16:10:28 [ios] Archiving artifacts
16:10:28 [ios] ERROR: No artifacts found that match the file pattern "build/CVIE*". Configuration error?
16:10:28 [ios] ERROR: ‘build/CVIE*’ doesn’t match anything because it is treated case sensitively. You can deactivate case sensitivity to get matches
16:10:28 [ios] [Pipeline] [ios] }
[Pipeline] [ios] // stage
[Pipeline] [ios] }
- duplicates
-
JENKINS-53350 Pipeline graph fails to display per-step ErrorAction
- Open
-
JENKINS-47142 archiveArtifacts step failure is not displayed
- Resolved
- relates to
-
JENKINS-38005 Using archiveArtifacts with a non-matching pattern silently fails the build
- Resolved
-
JENKINS-46180 archive step does not fail on missing/invalid file patterns
- Resolved
- links to