mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-22 15:55:49 +00:00
changed docker
This commit is contained in:
parent
af9109a20c
commit
ab611051e6
1 changed files with 2 additions and 2 deletions
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
|
@ -48,8 +48,8 @@ pipeline{
|
|||
}
|
||||
stage('docker login'){
|
||||
steps{
|
||||
withCredentials([string(credentialsId: 'DOCKER_HUB_PASSWORD1',variable: 'SRIDHAR')]) {
|
||||
sh 'docker login -u sridhar006 -p $SRIDHAR'
|
||||
withCredentials([string(credentialsId: 'DOCKER_LOG')]) {
|
||||
sh 'docker login'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue