From 1792f541c6fc193d7a8ffab210116a2682fb6a6b Mon Sep 17 00:00:00 2001 From: Sean Busbey Date: Thu, 24 May 2018 08:33:32 -0500 Subject: [PATCH] HBASE-20638 nightly source artifact testing should fail the stage if it's going to report an error on jira Signed-off-by: Michael Stack --- dev-support/Jenkinsfile | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-support/Jenkinsfile b/dev-support/Jenkinsfile index 9c775f37c21..2311e3552c1 100644 --- a/dev-support/Jenkinsfile +++ b/dev-support/Jenkinsfile @@ -480,6 +480,7 @@ curl -L -o personality.sh "${env.PROJECT_PERSONALITY}" echo '(/) {color:green}+1 source release artifact{color}\n-- See build output for details.' >output-srctarball/commentfile else echo '(x) {color:red}-1 source release artifact{color}\n-- See build output for details.' >output-srctarball/commentfile + exit 1 fi """ }