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/04bbb9cf Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/04bbb9cf Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/04bbb9cf Branch: refs/heads/HBASE-15151 Commit: 04bbb9cfe20fa4a6b865f2a627e0f4f3846b9257 Parents: 3278abe Author: Sean Busbey <[email protected]> Authored: Sun Feb 25 00:59:52 2018 -0600 Committer: Sean Busbey <[email protected]> Committed: Sun Feb 25 01:12:54 2018 -0600 ---------------------------------------------------------------------- dev-support/Jenkinsfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hbase/blob/04bbb9cf/dev-support/Jenkinsfile ---------------------------------------------------------------------- diff --git a/dev-support/Jenkinsfile b/dev-support/Jenkinsfile index aec324b..24871db 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}"
