-
Bug
-
Resolution: Unresolved
-
Minor
-
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
[JENKINS-32813] managed shell scripts are run without -eu
Workflow | Original: JNJira [ 168479 ] | New: JNJira + In-Review [ 183151 ] |