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

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

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 <bu...@apache.org>
Authored: Thu May 24 08:33:32 2018 -0500
Committer: Sean Busbey <bu...@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
 """
           }


[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

Posted by bu...@apache.org.
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
 """
           }


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

Posted by bu...@apache.org.
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/416f2835
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/416f2835
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/416f2835

Branch: refs/heads/branch-1
Commit: 416f28356c7a7d3af79640ed78a8c9fd28eab449
Parents: 7553334
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:53 2018 -0500

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


http://git-wip-us.apache.org/repos/asf/hbase/blob/416f2835/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
 """
           }


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

Posted by bu...@apache.org.
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/ac47143f
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/ac47143f
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/ac47143f

Branch: refs/heads/branch-1.3
Commit: ac47143f04152d15490bfafd20aaeff4d3575958
Parents: b50e149
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:14:04 2018 -0500

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


http://git-wip-us.apache.org/repos/asf/hbase/blob/ac47143f/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
 """
           }


[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

Posted by bu...@apache.org.
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
 """
           }


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

Posted by bu...@apache.org.
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/7cdc9684
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/7cdc9684
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/7cdc9684

Branch: refs/heads/branch-1.2
Commit: 7cdc9684a9c747dea4cca21362b7a6a68d172031
Parents: 8040c0c
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:14:08 2018 -0500

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


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