From 4e31722ff3229c114016490f35e360bf88900b0b Mon Sep 17 00:00:00 2001 From: Laszlo Bodor Date: Wed, 12 Jan 2022 14:21:18 +0100 Subject: [PATCH] TEZ-4310: Avoid duplicated precommit comments --- Jenkinsfile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index aadfaa953e..4ce236598d 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")