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


HBASE-18467 WIP ah, it was that you can't have newlines in var names.


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

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

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


http://git-wip-us.apache.org/repos/asf/hbase/blob/e1280d90/dev-support/Jenkinsfile
----------------------------------------------------------------------
diff --git a/dev-support/Jenkinsfile b/dev-support/Jenkinsfile
index 9e5ce49..dd06cf4 100644
--- a/dev-support/Jenkinsfile
+++ b/dev-support/Jenkinsfile
@@ -376,7 +376,7 @@ END
             // 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.\\'
          }
-         comment += "  [build ${currentBuild.displayName} on 
builds.a.o|${env.BUILD_URL]: ${currentBuild.result}\\----\\details (if 
available):"
+         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"

Reply via email to