You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tez.apache.org by ab...@apache.org on 2022/01/23 14:51:55 UTC

[tez] branch branch-0.9 updated: TEZ-4310: Avoid duplicated precommit comments (#179) (Laszlo Bodor reviewed by Jonathan Eagles)

This is an automated email from the ASF dual-hosted git repository.

abstractdog pushed a commit to branch branch-0.9
in repository https://gitbox.apache.org/repos/asf/tez.git


The following commit(s) were added to refs/heads/branch-0.9 by this push:
     new ce860d2  TEZ-4310: Avoid duplicated precommit comments (#179) (Laszlo Bodor reviewed by Jonathan Eagles)
ce860d2 is described below

commit ce860d2a131960b475a7d375ccdbb45336e0f243
Author: Bodor Laszlo <bo...@gmail.com>
AuthorDate: Sun Jan 23 15:51:48 2022 +0100

    TEZ-4310: Avoid duplicated precommit comments (#179) (Laszlo Bodor reviewed by Jonathan Eagles)
---
 Jenkinsfile | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index aadfaa9..4ce2365 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -108,10 +108,6 @@ pipeline {
                         YETUS_ARGS+=(--github-user="${GITHUB_USER}")
                         YETUS_ARGS+=(--github-token="${GITHUB_TOKEN}")
 
-                        # enable writing back to ASF JIRA
-                        YETUS_ARGS+=(--jira-password="${JIRA_PASSWORD}")
-                        YETUS_ARGS+=(--jira-user="${JIRA_USER}")
-
                         # auto-kill any surefire stragglers during unit test runs
                         YETUS_ARGS+=("--reapermode=kill")