HBASE-20355 only comment on the troubleshooting jira.

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

Branch: refs/heads/HBASE-20355
Commit: 538c32bfc18a0f69be32ec07f63dca22438bf7e7
Parents: 50dae75
Author: Sean Busbey <bus...@apache.org>
Authored: Wed Apr 11 10:39:51 2018 -0500
Committer: Sean Busbey <bus...@apache.org>
Committed: Wed Apr 11 10:39:51 2018 -0500

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


http://git-wip-us.apache.org/repos/asf/hbase/blob/538c32bf/dev-support/Jenkinsfile
----------------------------------------------------------------------
diff --git a/dev-support/Jenkinsfile b/dev-support/Jenkinsfile
index 42deaf5..923c027 100644
--- a/dev-support/Jenkinsfile
+++ b/dev-support/Jenkinsfile
@@ -508,9 +508,10 @@ curl -L  -o personality.sh "${env.PROJECT_PERSONALITY}"
            echo comment
            echo ""
            echo "[INFO] There are ${currentBuild.changeSets.size()} change 
sets."
-           getJirasToComment(currentBuild).each { currentIssue ->
-             jiraComment issueKey: currentIssue, body: comment
-           }
+           //getJirasToComment(currentBuild).each { currentIssue ->
+           //  jiraComment issueKey: currentIssue, body: comment
+           //}
+           jiraComment issueKey: 'HBASE-20335', body: comment
         } catch (Exception exception) {
           echo "Got exception: ${exception}"
           echo "    ${exception.getStackTrace()}"

Reply via email to