-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Minor
-
Component/s: managed-scripts-plugin
-
None
Unmanaged shell scripts are run with the -e and -u options to exit on errors and exit on undefined. Managed scripts should follow the same excellent practice.
workaround: #!/bin/sh -eu