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/a2bd9a72 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/a2bd9a72 Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/a2bd9a72 Branch: refs/heads/HBASE-15151 Commit: a2bd9a724648ec598a52fb0b0deada5f861e3e1a Parents: 061c013 Author: Sean Busbey <[email protected]> Authored: Sun Feb 25 00:59:52 2018 -0600 Committer: Sean Busbey <[email protected]> Committed: Sun Feb 25 09:45:21 2018 -0600 ---------------------------------------------------------------------- dev-support/Jenkinsfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hbase/blob/a2bd9a72/dev-support/Jenkinsfile ---------------------------------------------------------------------- diff --git a/dev-support/Jenkinsfile b/dev-support/Jenkinsfile index 31416dd..22f3f21 100644 --- a/dev-support/Jenkinsfile +++ b/dev-support/Jenkinsfile @@ -460,7 +460,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}"
