Repository: hbase Updated Branches: refs/heads/branch-1 7553334d2 -> 416f28356 refs/heads/branch-1.2 8040c0ca7 -> 7cdc9684a refs/heads/branch-1.3 b50e14980 -> ac47143f0 refs/heads/branch-1.4 16c971e9b -> f3accdcfc refs/heads/branch-2 55c4791a6 -> 8a3b44a7e refs/heads/branch-2.0 4ab62955c -> 603a0372a
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/8a3b44a7 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/8a3b44a7 Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/8a3b44a7 Branch: refs/heads/branch-2 Commit: 8a3b44a7e481cfc76d0e055a0310a0baf0aaab81 Parents: 55c4791 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:13:35 2018 -0500 ---------------------------------------------------------------------- dev-support/Jenkinsfile | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hbase/blob/8a3b44a7/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 """ }