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/1a761e2a Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/1a761e2a Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/1a761e2a Branch: refs/heads/HBASE-15151 Commit: 1a761e2ab3e1f7208a9c95da5bcbcf7dfa825cd8 Parents: 235a3a6 Author: Sean Busbey <[email protected]> Authored: Sun Feb 25 00:59:52 2018 -0600 Committer: Sean Busbey <[email protected]> Committed: Tue Feb 27 23:57:59 2018 -0600 ---------------------------------------------------------------------- dev-support/Jenkinsfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hbase/blob/1a761e2a/dev-support/Jenkinsfile ---------------------------------------------------------------------- diff --git a/dev-support/Jenkinsfile b/dev-support/Jenkinsfile index 17b7085..366806f 100644 --- a/dev-support/Jenkinsfile +++ b/dev-support/Jenkinsfile @@ -446,7 +446,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}"
