|
@@ -49,7 +49,7 @@ pipeline {
|
|
|
steps {
|
|
|
script {
|
|
|
withCredentials([usernamePassword(
|
|
|
- credentialsId: '41a5dc65-0283-4d56-ace5-36bc08350b08',
|
|
|
+ credentialsId: '6ec7fc8d-859f-43ba-8ebc-337bedec055b',
|
|
|
usernameVariable: 'REGISTRY_USERNAME',
|
|
|
passwordVariable: 'REGISTRY_PASSWORD'
|
|
|
)]) {
|