HBASE-18467 output a bit about each scm's changelist.

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

Branch: refs/heads/HBASE-18467
Commit: a22f0bbbc16a16c2c517fe5243b2684e9b19741c
Parents: 2c757c0
Author: Sean Busbey <bus...@apache.org>
Authored: Mon Aug 21 10:13:52 2017 -0500
Committer: Sean Busbey <bus...@apache.org>
Committed: Mon Aug 21 10:13:52 2017 -0500

----------------------------------------------------------------------
 dev-support/Jenkinsfile | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/a22f0bbb/dev-support/Jenkinsfile
----------------------------------------------------------------------
diff --git a/dev-support/Jenkinsfile b/dev-support/Jenkinsfile
index 7f59b7b..cce384d 100644
--- a/dev-support/Jenkinsfile
+++ b/dev-support/Jenkinsfile
@@ -393,12 +393,12 @@ END
          echo "[INFO] There are ${currentBuild.changeSets.size()} change sets."
          def seenJiras = []
          for ( changelist in currentBuild.changeSets ) {
-           echo "[DEBUG] changelist toString: ${currentBuild.changeSets}"
-//         if ( currentBuild.changeSets.isEmptySet() ) {
-//           echo "[DEBUG] change set was empty, skipping JIRA comments."
-//         } else {
-//           echo "[DEBUG] there are changes in the change set 
(${currentBuild.changeSets}). Attempting to post comments."
-//         }
+           echo "[DEBUG] changelist toString: ${changelist}"
+           if ( changelist.isEmptySet() ) {
+             echo "[DEBUG] change set was empty, skipping JIRA comments."
+           } else {
+             echo "[DEBUG] there are changes in the change set. Attempting to 
post comments."
+           }
            for ( change in changelist ) {
              echo "change:"
              echo "    ${change.getAuthorName()}"

Reply via email to