From f9af274b5fd173102028e86cc8eec1ea0949127a 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 --- dev-support/Jenkinsfile | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-support/Jenkinsfile b/dev-support/Jenkinsfile index 9c775f37c2..2311e3552c 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 """ } -- 2.16.1