-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Major
-
Component/s: postbuildscript-plugin
-
None
-
Environment:Jenkins ver. 2.109, PostBuildScript verions:
2.6.0
Example,
In the Execute Scripts section,Ā
there are two shell scripts in two different build steps.Ā The first one is in a post-buildĀ step that is only triggered when it is a status of Success. The second one is in a build step that is built no matter what (all highlighted).
The 1st script fails for whateverĀ reason, the 2nd one does not run even though it is in a separateĀ build step and set to be built even on a failure.Ā