Skip to content

Commit 5d52e2a

Browse files
authored
Merge pull request #1059 from gursewak1997/change-creds-containers
jobs/gc: Change the credential for containers deletion
2 parents 9263d68 + a962a6c commit 5d52e2a

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)