Skip to content

Commit

Permalink
Default internal user
Browse files Browse the repository at this point in the history
  • Loading branch information
andrwils committed Nov 20, 2023
1 parent 5672189 commit a99bda1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipelines/shared/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ pipeline {
CONFIG_ROLE_ID = credentials('knox-jenkins-jenkins-apps-prod-role-id')
NR_BROKER_JWT = credentials('nr-broker-jwt')
AUTHFILE = "auth.json"
CAUSE_USER_ID = "${params.USER_ID}"
env.CAUSE_USER_ID = "${params.USER_ID != "null" ? "${params.USER_ID}" : "github@internal"}"
}
steps {
script {
Expand Down

0 comments on commit a99bda1

Please sign in to comment.