Repository: hbase Updated Branches: refs/heads/master 09dac8990 -> 1792f541c
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/1792f541 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/1792f541 Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/1792f541 Branch: refs/heads/master Commit: 1792f541c6fc193d7a8ffab210116a2682fb6a6b Parents: 09dac89 Author: Sean Busbey <bus...@apache.org> Authored: Thu May 24 08:33:32 2018 -0500 Committer: Sean Busbey <bus...@apache.org> Committed: Thu May 24 13:04:50 2018 -0500 ---------------------------------------------------------------------- dev-support/Jenkinsfile | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hbase/blob/1792f541/dev-support/Jenkinsfile ---------------------------------------------------------------------- diff --git a/dev-support/Jenkinsfile b/dev-support/Jenkinsfile index 9c775f3..2311e35 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 """ }