You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by bu...@apache.org on 2018/05/24 18:15:20 UTC

[4/6] hbase git commit: HBASE-20638 nightly source artifact testing should fail the stage if it's going to report an error on jira

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 <st...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/hbase/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/f3accdcf
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/f3accdcf
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/f3accdcf

Branch: refs/heads/branch-1.4
Commit: f3accdcfc43622f854b6a5d92036a48f66bc9de0
Parents: 16c971e
Author: Sean Busbey <bu...@apache.org>
Authored: Thu May 24 08:33:32 2018 -0500
Committer: Sean Busbey <bu...@apache.org>
Committed: Thu May 24 13:13:59 2018 -0500

----------------------------------------------------------------------
 dev-support/Jenkinsfile | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/f3accdcf/dev-support/Jenkinsfile
----------------------------------------------------------------------
diff --git a/dev-support/Jenkinsfile b/dev-support/Jenkinsfile
index f45ed4d..7334a4a 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
 """
           }