Repository: hbase
Updated Branches:
  refs/heads/HBASE-18467 e1280d90a -> 926c8aaa5


HBASE-18467 WIP more debugging. ugh.


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

Branch: refs/heads/HBASE-18467
Commit: 926c8aaa53bbbfc559d3bf3108094f87085a1024
Parents: e1280d9
Author: Sean Busbey <bus...@apache.org>
Authored: Wed Aug 9 09:23:24 2017 -0500
Committer: Sean Busbey <bus...@apache.org>
Committed: Wed Aug 9 09:23:24 2017 -0500

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


http://git-wip-us.apache.org/repos/asf/hbase/blob/926c8aaa/dev-support/Jenkinsfile
----------------------------------------------------------------------
diff --git a/dev-support/Jenkinsfile b/dev-support/Jenkinsfile
index dd06cf4..797b2f3 100644
--- a/dev-support/Jenkinsfile
+++ b/dev-support/Jenkinsfile
@@ -377,6 +377,10 @@ END
             comment += 'Committer, please check your recent inclusion of a 
patch for this issue.\\'
          }
          comment += "  [build ${currentBuild.displayName} on 
builds.a.o|${env.BUILD_URL}]: ${currentBuild.result}\\----\\details (if 
available):"
+         echo "Comment so far: "
+         echo comment
+         echo ""
+         echo "trying to aggregate step-wise results"
          comment += results.collect { fileExists(file: it) ? readFile(file: 
it) : "\n" }.join
          echo comment
          echo "${currentBuild.changeSets.size} changes"

Reply via email to