Skip to content

Commit a953297

Browse files
authored
Merge pull request #4471 from ashwindasr/update-oadp
update oadp
2 parents e6bc588 + 1790562 commit a953297

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

jobs/build/oadp/Jenkinsfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ node {
108108
string(credentialsId: 'redis-server-password', variable: 'REDIS_SERVER_PASSWORD'),
109109
file(credentialsId: 'konflux-art-images-auth-file', variable: 'KONFLUX_ART_IMAGES_AUTH_FILE'),
110110
file(credentialsId: 'konflux-gcp-app-creds-prod', variable: 'GOOGLE_APPLICATION_CREDENTIALS'),
111+
file(credentialsId: 'creds_registry.redhat.io', variable: 'KONFLUX_OPERATOR_INDEX_AUTH_FILE'),
111112
]){
112113
def envVars = ["BUILD_USER_EMAIL=${builderEmail?: ''}", "BUILD_URL=${BUILD_URL}", "JOB_NAME=${JOB_NAME}", 'DOOZER_DB_NAME=art_dash']
113114
if (params.TELEMETRY_ENABLED) {

0 commit comments

Comments
 (0)