Status
The build status is resolved with script exit code.
So, be careful with the exit code of your script.
Hide an error
If you need to force success status :
#!/bin/bash
my-cmd-error
exit 0
Global view (GUI)

Last updated