aboutsummaryrefslogtreecommitdiff
path: root/plugins/check_jenkins_job
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/check_jenkins_job')
-rwxr-xr-xplugins/check_jenkins_job1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/check_jenkins_job b/plugins/check_jenkins_job
index 5f075bd..caab6a7 100755
--- a/plugins/check_jenkins_job
+++ b/plugins/check_jenkins_job
@@ -26,6 +26,7 @@ if [ "$RESULT" = "SUCCESS" ]; then
exit 0
elif [ "$RUNNING" = "true" ]; then
echo "JOB OK: $JOB $ID is running"
+ exit 0
fi
echo "JOB CRITICAL: $JOB $ID failed"