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:18 UTC

[2/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/603a0372
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/603a0372
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/603a0372

Branch: refs/heads/branch-2.0
Commit: 603a0372a65f4ea969c860c0a162ba5022a1a2e0
Parents: 4ab6295
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:43 2018 -0500

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


http://git-wip-us.apache.org/repos/asf/hbase/blob/603a0372/dev-support/Jenkinsfile
----------------------------------------------------------------------
diff --git a/dev-support/Jenkinsfile b/dev-support/Jenkinsfile
index f1c8308..ce12d9a 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
 """
           }