mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-23 08:15: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'){
|
stage('docker login'){
|
||||||
steps{
|
steps{
|
||||||
withCredentials([string(credentialsId: 'DOCKER_HUB_PASSWORD1',variable: 'SRIDHAR')]) {
|
withCredentials([string(credentialsId: 'DOCKER_LOG')]) {
|
||||||
sh 'docker login -u sridhar006 -p $SRIDHAR'
|
sh 'docker login'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue