Skip to content

Commit a962a6c

Browse files
committed
jobs/gc: Change the credential for deletion
We need cosa-push-registry-secret for deletion of quay containers. Updated it from oscontainer-push-registry-secret.
1 parent 9263d68 commit a962a6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jobs/garbage-collection.Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ lock(resource: "gc-${params.STREAM}") {
6262

6363
withCredentials([
6464
file(variable: 'GCP_KOLA_TESTS_CONFIG', credentialsId: 'gcp-image-upload-config'),
65-
file(variable: 'REGISTRY_SECRET', credentialsId: 'oscontainer-push-registry-secret'),
65+
file(variable: 'REGISTRY_SECRET', credentialsId: 'cosa-push-registry-secret'),
6666
file(variable: 'AWS_BUILD_UPLOAD_CONFIG', credentialsId: 'aws-build-upload-config')
6767
]) {
6868
stage('Garbage Collection') {

0 commit comments

Comments
 (0)