Repository: hbase
Updated Branches:
  refs/heads/HBASE-18467 7bf79ad27 -> b0583d726


HBASE-18467 addendum jira comment is too busy.


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

Branch: refs/heads/HBASE-18467
Commit: b0583d726e726993d26e4eb4608fbd0071224881
Parents: 7bf79ad
Author: Sean Busbey <bus...@apache.org>
Authored: Thu Mar 1 21:14:32 2018 -0600
Committer: Sean Busbey <bus...@apache.org>
Committed: Thu Mar 1 21:14:32 2018 -0600

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


http://git-wip-us.apache.org/repos/asf/hbase/blob/b0583d72/dev-support/Jenkinsfile
----------------------------------------------------------------------
diff --git a/dev-support/Jenkinsfile b/dev-support/Jenkinsfile
index 458b9dd..6ae5d0a 100644
--- a/dev-support/Jenkinsfile
+++ b/dev-support/Jenkinsfile
@@ -455,15 +455,15 @@ curl -L  -o personality.sh "${env.PROJECT_PERSONALITY}"
            echo env.BUILD_URL
            echo currentBuild.result
            echo currentBuild.durationString
-           def comment = "Results for branch ${env.BRANCH_NAME}, done in 
${currentBuild.durationString}\n"
-           comment += "\t[build ${currentBuild.displayName} on 
builds.a.o|${env.BUILD_URL}]:\n----\ndetails (if available):\n\n"
+           def comment = "Results for branch ${env.BRANCH_NAME}\n"
+           comment += "\t[build ${currentBuild.displayName} on 
builds.a.o|${env.BUILD_URL}]: "
            if (currentBuild.result == "SUCCESS") {
-              comment += "(/) *{color:green}+1 overall{color}*\n\n"
+              comment += "(/) *{color:green}+1 overall{color}*\n"
            } else {
               comment += "(x) *{color:red}-1 overall{color}*\n"
               // 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\n"
            }
+           comment +=----\ndetails (if available):\n\n"
            echo ""
            echo "[DEBUG] trying to aggregate step-wise results"
            comment += results.collect { fileExists(file: it) ? readFile(file: 
it) : "" }.join("\n\n")

Reply via email to