Skip to content

Commit

Permalink
fix: update broker jwt for test and prod (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
GraceRuan authored Jan 21, 2025
1 parent dc4d25c commit 17293dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pipelines/app/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ pipeline {
GIT_CREDS = credentials('ci-user')
GIT_CREDS_USR = GIT_CREDS_USR.replaceFirst('@', '%40')
CONFIG_ROLE_ID = credentials('knox-jenkins-jenkins-apps-prod-role-id')
NR_BROKER_JWT = credentials('nr-broker-jwt')
NR_BROKER_JWT = "${params.brokerJwt}"
AUTHFILE = "auth.json"
CAUSE_USER_ID = "${params.USER_ID}"
INTENTION_ID = "${params.intentionId}"
Expand Down Expand Up @@ -387,7 +387,7 @@ pipeline {
GIT_CREDS = credentials('ci-user')
GIT_CREDS_USR = GIT_CREDS_USR.replaceFirst('@', '%40')
CONFIG_ROLE_ID = credentials('knox-jenkins-jenkins-apps-prod-role-id')
NR_BROKER_JWT = credentials('nr-broker-jwt')
NR_BROKER_JWT = "${params.brokerJwt}"
AUTHFILE = "auth.json"
CAUSE_USER_ID = "${params.USER_ID}"
INTENTION_ID = "${params.intentionId}"
Expand Down

0 comments on commit 17293dd

Please sign in to comment.