-
Bug
-
Resolution: Fixed
-
Critical
-
None
I used to use postbuildscript plugin of old version. Since upgrade to latest version (1.1.0), if script failed, it will fail the whole job.
[PostBuildScript] - [ERROR] Problem occurred: The script file path '"/usr/bin/tear_down.sh' doesn't exist.
Build step 'Execute Scripts' changed build result to FAILURE
Build step 'Execute Scripts' marked build as failure
Is this by design?
Maybe it's trying to run the script on the master rather than the agent.
1.1.0 broke a lot of things - see
JENKINS-48169andJENKINS-48180