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 13:43:39 UTC

[1/2] hbase git commit: HBASE-18467 GitChangeSetList doesn't have a size.

Repository: hbase
Updated Branches:
  refs/heads/HBASE-18467 61c292496 -> 1ada92022


HBASE-18467 GitChangeSetList doesn't have a size.


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

Branch: refs/heads/HBASE-18467
Commit: 44dfcd814cc5616753479a01f3a1e1404e364521
Parents: 61c2924
Author: Sean Busbey <bu...@apache.org>
Authored: Mon Aug 21 08:42:31 2017 -0500
Committer: Sean Busbey <bu...@apache.org>
Committed: Mon Aug 21 08:42:31 2017 -0500

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


http://git-wip-us.apache.org/repos/asf/hbase/blob/44dfcd81/dev-support/Jenkinsfile
----------------------------------------------------------------------
diff --git a/dev-support/Jenkinsfile b/dev-support/Jenkinsfile
index b63a77f..7145e37 100644
--- a/dev-support/Jenkinsfile
+++ b/dev-support/Jenkinsfile
@@ -385,12 +385,12 @@ END
          //echo comment
          echo ""
          echo "[DEBUG] trying to aggregate step-wise results"
-         comment += results.collect { fileExists(file: it) ? readFile(file: it) : "\n" }.join("\n")
+         comment += results.collect { fileExists(file: it) ? readFile(file: it) : "" }.join("\n")
          echo "[INFO] Comment:"
          echo comment
          echo ""
          echo "[DEBUG] ${currentBuild.changeSets}"
-         echo "[INFO] ${currentBuild.changeSets.size} changes"
+         echo "[INFO] ${currentBuild.changeSets.getItems().length} changes"
          def seenJiras = []
          for ( change in currentBuild.changeSets ) {
            echo "change:"


[2/2] hbase git commit: HBASE-18467 just adding a placeholder to check deduping. per HBASE-18467.

Posted by bu...@apache.org.
HBASE-18467 just adding a placeholder to check deduping. per HBASE-18467.


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

Branch: refs/heads/HBASE-18467
Commit: 1ada920222db7ba3079ba5f5915a4cfee4392fc4
Parents: 44dfcd8
Author: Sean Busbey <bu...@apache.org>
Authored: Mon Aug 21 08:43:22 2017 -0500
Committer: Sean Busbey <bu...@apache.org>
Committed: Mon Aug 21 08:43:22 2017 -0500

----------------------------------------------------------------------

----------------------------------------------------------------------