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:50:08 UTC

[2/2] hbase git commit: HBASE-18467 add back in a .size call at Andrew B's request.

HBASE-18467 add back in a .size call at Andrew B's request.


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

Branch: refs/heads/HBASE-18467
Commit: b03527bc1b9d877a7aeef6c534c2ba40b16452c1
Parents: bac5b66
Author: Sean Busbey <bu...@apache.org>
Authored: Mon Aug 21 09:49:53 2017 -0500
Committer: Sean Busbey <bu...@apache.org>
Committed: Mon Aug 21 09:49:53 2017 -0500

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


http://git-wip-us.apache.org/repos/asf/hbase/blob/b03527bc/dev-support/Jenkinsfile
----------------------------------------------------------------------
diff --git a/dev-support/Jenkinsfile b/dev-support/Jenkinsfile
index d4356ba..b4aacc5 100644
--- a/dev-support/Jenkinsfile
+++ b/dev-support/Jenkinsfile
@@ -394,6 +394,8 @@ END
 //         } else {
 //           echo "[DEBUG] there are changes in the change set (${currentBuild.changeSets}). Attempting to post comments."
 //         }
+         echo "[DEBUG] changeset toString: ${currentBuild.changeSets}"
+         echo "[INFO] There are ${currentBuild.changeSets.size} changes."
          def seenJiras = []
          for ( change in currentBuild.changeSets ) {
            echo "change:"