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 2017/08/21 14:00:44 UTC

[1/2] hbase git commit: HBASE-18467 add a note for when the changeset is empty.

Repository: hbase
Updated Branches:
  refs/heads/HBASE-18467 dda222396 -> 8775d6550


HBASE-18467 add a note for when the changeset is empty.


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

Branch: refs/heads/HBASE-18467
Commit: a7aafb38143f478943d44ee5bfb011cccdf004c8
Parents: dda2223
Author: Sean Busbey <bu...@apache.org>
Authored: Mon Aug 21 08:59:57 2017 -0500
Committer: Sean Busbey <bu...@apache.org>
Committed: Mon Aug 21 08:59:57 2017 -0500

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


http://git-wip-us.apache.org/repos/asf/hbase/blob/a7aafb38/dev-support/Jenkinsfile
----------------------------------------------------------------------
diff --git a/dev-support/Jenkinsfile b/dev-support/Jenkinsfile
index 7dfef37..6a506fa 100644
--- a/dev-support/Jenkinsfile
+++ b/dev-support/Jenkinsfile
@@ -391,6 +391,9 @@ END
          echo ""
 //         echo "[DEBUG] ${currentBuild.changeSets}"
 //         echo "[INFO] ${currentBuild.changeSets.getItems().length} changes"
+         if ( currentBuild.changeSets.isEmptySet() ) {
+           echo "[DEBUG] change set was empty, skipping JIRA comments."
+         }
          def seenJiras = []
          for ( change in currentBuild.changeSets ) {
            echo "change:"


[2/2] hbase git commit: HBASE-18467 cleanup.

Posted by bu...@apache.org.
HBASE-18467 cleanup.


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

Branch: refs/heads/HBASE-18467
Commit: 8775d65504ab11d9e849e39182e77cf2166187cb
Parents: a7aafb3
Author: Sean Busbey <bu...@apache.org>
Authored: Mon Aug 21 09:00:26 2017 -0500
Committer: Sean Busbey <bu...@apache.org>
Committed: Mon Aug 21 09:00:26 2017 -0500

----------------------------------------------------------------------
 dev-support/Jenkinsfile | 2 --
 1 file changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/8775d655/dev-support/Jenkinsfile
----------------------------------------------------------------------
diff --git a/dev-support/Jenkinsfile b/dev-support/Jenkinsfile
index 6a506fa..aa06ef7 100644
--- a/dev-support/Jenkinsfile
+++ b/dev-support/Jenkinsfile
@@ -389,8 +389,6 @@ END
          echo "[INFO] Comment:"
          echo comment
          echo ""
-//         echo "[DEBUG] ${currentBuild.changeSets}"
-//         echo "[INFO] ${currentBuild.changeSets.getItems().length} changes"
          if ( currentBuild.changeSets.isEmptySet() ) {
            echo "[DEBUG] change set was empty, skipping JIRA comments."
          }