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.
1 parent 5d52e2a commit 2a109e5Copy full SHA for 2a109e5
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: 'cosa-push-registry-secret'),
+ file(variable: 'REGISTRY_SECRET', credentialsId: 'oscontainer-push-registry-secret'),
66
file(variable: 'AWS_BUILD_UPLOAD_CONFIG', credentialsId: 'aws-build-upload-config')
67
]) {
68
stage('Garbage Collection') {
0 commit comments