Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
-
-
tethys, pannonian
Description
In a scenario with multiple failed stages, the last stage log is shown... but this is probably irrelevant, the first failed stage would have most likely caused a condition that the later stage failed by. Noticed this on ci: https://ci.blueocean.io/blue/organizations/jenkins/Pipeline%20Editor/detail/PR-15/1/pipeline/
kzantow if you see my script it has a fail in the post.
always { junit 'target/**/*.xml' }
will always fail in the current script.
The error message you are seeing for the post stage is the same I see, but seems the key could be how the stage fails.
Your link fails with system 1 and my example with system 2. Will try that now.