Repository: hbase
Updated Branches:
  refs/heads/HBASE-18467 0d3109a9e -> cb56d443f


HBASE-18467 WIP, doesn't look like newlines are cool with groovy.


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

Branch: refs/heads/HBASE-18467
Commit: cb56d443f30741d6174bf64cf181e84f36d913a2
Parents: 0d3109a
Author: Sean Busbey <bus...@apache.org>
Authored: Wed Aug 9 09:05:07 2017 -0500
Committer: Sean Busbey <bus...@apache.org>
Committed: Wed Aug 9 09:05:07 2017 -0500

----------------------------------------------------------------------
 dev-support/Jenkinsfile | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/cb56d443/dev-support/Jenkinsfile
----------------------------------------------------------------------
diff --git a/dev-support/Jenkinsfile b/dev-support/Jenkinsfile
index b9ed936..9e5ce49 100644
--- a/dev-support/Jenkinsfile
+++ b/dev-support/Jenkinsfile
@@ -370,14 +370,14 @@ END
          echo currentBuild.durationString
          def comment = "Results for branch ${env.BRANCH_NAME}, done in 
${currentBuild.durationString}\n"
          if (currentBuild.result == "SUCCESS") {
-            comment += '       (/) *{color:green}+1 overall{color}*\n'
+            comment += '       (/) *{color:green}+1 overall{color}*\\'
          } else {
-            comment += '(x) *{color:red}-1 overall{color}* \n'
+            comment += '(x) *{color:red}-1 overall{color}*\\'
             // Ideally get the committer our of the change and @ mention them 
in the per-jira comment
-            comment += 'Committer, please check your recent inclusion of a 
patch for this issue.\n'
+            comment += 'Committer, please check your recent inclusion of a 
patch for this issue.\\'
          }
-         comment += "  [build ${currentBuild.displayName} on 
builds.a.o|${env.BUILD_URL]\n----\ndetails (if available):"
-         comment += results.collect { fileExists(file: it) ? readFile(file: 
it) : "" }.join
+         comment += "  [build ${currentBuild.displayName} on 
builds.a.o|${env.BUILD_URL]: ${currentBuild.result}\\----\\details (if 
available):"
+         comment += results.collect { fileExists(file: it) ? readFile(file: 
it) : "\n" }.join
          echo comment
          echo "${currentBuild.changeSets.size} changes"
          for ( change in currentBuild.changeSets ) {

Reply via email to