mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-22 07:45:49 +00:00
changed docker credentials
This commit is contained in:
parent
80e2f6b5c4
commit
bf877f96be
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -48,7 +48,7 @@ pipeline{
|
|||
}
|
||||
stage('docker login'){
|
||||
steps{
|
||||
withCredentials([string(credentialsId: 'DOCKER_LOG', variable: 'USER', variable: 'PASSWORD')]) {
|
||||
withCredentials([string(credentialsId: 'DOCKER_LOG', usernameVariable: 'USER', passwordVariable: 'PASSWORD')]) {
|
||||
sh 'docker login -u $USER -p $PASSWORD'
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue