Skip to content

Commit 1b8da18

Browse files
Merge pull request #4461 from Ximinhan/add-jira-token
add jira token in ocp4-konflux job
2 parents 1f78761 + 5258d49 commit 1b8da18

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

jobs/build/ocp4-konflux/Jenkinsfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,7 @@ node {
195195
string(credentialsId: 'jenkins-service-account-token', variable: 'JENKINS_SERVICE_ACCOUNT_TOKEN'),
196196
file(credentialsId: 'openshift-bot-ocp-konflux-service-account', variable: 'KONFLUX_SA_KUBECONFIG'),
197197
string(credentialsId: 'art-bot-slack-token', variable: 'SLACK_BOT_TOKEN'),
198+
string(credentialsId: 'jboss-jira-token', variable: 'JIRA_TOKEN'),
198199
string(credentialsId: 'redis-server-password', variable: 'REDIS_SERVER_PASSWORD'),
199200
file(credentialsId: 'konflux-art-images-auth-file', variable: 'KONFLUX_ART_IMAGES_AUTH_FILE'),
200201
file(credentialsId: 'konflux-gcp-app-creds-prod', variable: 'GOOGLE_APPLICATION_CREDENTIALS'),

0 commit comments

Comments
 (0)