Loading...


Related Products


How can I fix script failures in Pipelines?

By default, Pipelines prepends build scripts with set -e, which causes the script to exit if any command has a non-zero exit code. You can override the behavior by including set +e in your build script.

Be aware that if you use set +e, the script does not fail when a command fails. Your script must manage its own exit strategy and exit codes.

 

Did not find what you were looking for?

If this content did not answer your questions, try searching or contacting our support team for further assistance.

Back to Section navigation