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/18e351db Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/18e351db Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/18e351db Branch: refs/heads/HBASE-15151 Commit: 18e351dbea7e7dec8350e3adcdcc7b347782c0b9 Parents: 5f5e3dd Author: Sean Busbey <[email protected]> Authored: Sun Feb 25 00:59:52 2018 -0600 Committer: Sean Busbey <[email protected]> Committed: Sun Feb 25 01:45:46 2018 -0600 ---------------------------------------------------------------------- dev-support/Jenkinsfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hbase/blob/18e351db/dev-support/Jenkinsfile ---------------------------------------------------------------------- diff --git a/dev-support/Jenkinsfile b/dev-support/Jenkinsfile index 8528b58..7aec507 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}"
