We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9263d68 + a962a6c commit 5d52e2aCopy full SHA for 5d52e2a
jobs/garbage-collection.Jenkinsfile
@@ -62,7 +62,7 @@ lock(resource: "gc-${params.STREAM}") {
62
63
withCredentials([
64
file(variable: 'GCP_KOLA_TESTS_CONFIG', credentialsId: 'gcp-image-upload-config'),
65
- file(variable: 'REGISTRY_SECRET', credentialsId: 'oscontainer-push-registry-secret'),
+ file(variable: 'REGISTRY_SECRET', credentialsId: 'cosa-push-registry-secret'),
66
file(variable: 'AWS_BUILD_UPLOAD_CONFIG', credentialsId: 'aws-build-upload-config')
67
]) {
68
stage('Garbage Collection') {
0 commit comments