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 a5e447c + 79f9917 commit 64c7e0eCopy full SHA for 64c7e0e
Jenkinsfile
@@ -139,7 +139,7 @@ pipeline {
139
success {
140
script {
141
if (env.CHANGE_ID == null) {
142
- withDockerRegistry([ credentialsId: "57e4a8b2-ccf9-4da1-a787-76dd1aac8fd1", url: "https://${REG}" ]) {
+ withDockerRegistry([ credentialsId: "e16bd38a-76cb-4900-a5cb-7f6aa3aeb22d", url: "https://${REG}" ]) {
143
sh "make push"
144
}
145
0 commit comments