Skip to content

Commit 64c7e0e

Browse files
author
Dmitry Rozhkov
authored
Merge pull request #214 from mythi/jid
Jenkinsfile: change credentialsId
2 parents a5e447c + 79f9917 commit 64c7e0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ pipeline {
139139
success {
140140
script {
141141
if (env.CHANGE_ID == null) {
142-
withDockerRegistry([ credentialsId: "57e4a8b2-ccf9-4da1-a787-76dd1aac8fd1", url: "https://${REG}" ]) {
142+
withDockerRegistry([ credentialsId: "e16bd38a-76cb-4900-a5cb-7f6aa3aeb22d", url: "https://${REG}" ]) {
143143
sh "make push"
144144
}
145145
}

0 commit comments

Comments
 (0)