There was an error while loading. Please reload this page.
Is it possible to automatically throw on errors? Similar to set -e:
set -e
shell { throwOnNonZeroStatus() // or simply throwOnError() ? // will fail the script if the zip file is not present "unzip ${zipFile.absolutePath}"() }