HBASE-18467 temporarily mute posting to jira

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

Branch: refs/heads/HBASE-15151
Commit: 870773502fe24fc5b190a0e55c5eadefe7b414f4
Parents: ed61005
Author: Sean Busbey <[email protected]>
Authored: Sun Feb 25 00:59:52 2018 -0600
Committer: Sean Busbey <[email protected]>
Committed: Sun Feb 25 01:28:38 2018 -0600

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


http://git-wip-us.apache.org/repos/asf/hbase/blob/87077350/dev-support/Jenkinsfile
----------------------------------------------------------------------
diff --git a/dev-support/Jenkinsfile b/dev-support/Jenkinsfile
index d1edb90..8dadcf1 100644
--- a/dev-support/Jenkinsfile
+++ b/dev-support/Jenkinsfile
@@ -462,7 +462,8 @@ curl -L  -o personality.sh "${env.PROJECT_PERSONALITY}"
            echo ""
            echo "[INFO] There are ${currentBuild.changeSets.size()} change 
sets."
            getJirasToComment(currentBuild).each { currentIssue ->
-             jiraComment issueKey: currentIssue, body: comment
+//             jiraComment issueKey: currentIssue, body: comment
+               echo "jiraComment issueKey: ${currentIssue}, body: ${comment}"
            }
         } catch (Exception exception) {
           echo "Got exception: ${exception}"

Reply via email to