@@ -62,10 +62,7 @@ pipeline {
6262 withCredentials(
6363 [usernamePassword(credentialsId : ' apache-hadoop-at-github.com' ,
6464 passwordVariable : ' GITHUB_TOKEN' ,
65- usernameVariable : ' GITHUB_USER' ),
66- usernamePassword(credentialsId : ' hadoopqa-at-asf-jira' ,
67- passwordVariable : ' JIRA_PASSWORD' ,
68- usernameVariable : ' JIRA_USER' )]) {
65+ usernameVariable : ' GITHUB_USER' )]) {
6966 sh ''' #!/usr/bin/env bash
7067
7168 set -e
@@ -107,10 +104,6 @@ pipeline {
107104 # enable writing back to Github
108105 YETUS_ARGS+=(--github-token="${GITHUB_TOKEN}")
109106
110- # enable writing back to ASF JIRA
111- YETUS_ARGS+=(--jira-password="${JIRA_PASSWORD}")
112- YETUS_ARGS+=(--jira-user="${JIRA_USER}")
113-
114107 # auto-kill any surefire stragglers during unit test runs
115108 YETUS_ARGS+=("--reapermode=kill")
116109
@@ -131,7 +124,7 @@ pipeline {
131124 YETUS_ARGS+=("--build-url-artifacts=artifact/out")
132125
133126 # plugins to enable
134- YETUS_ARGS+=("--plugins=all")
127+ YETUS_ARGS+=("--plugins=all,-jira ")
135128
136129 # don't let these tests cause -1s because we aren't really paying that
137130 # much attention to them
0 commit comments