mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2026-01-09 19:51:10 +00:00
Update Jenkinsfile
Signed-off-by: wodnr533 <wodnr533@naver.com>
This commit is contained in:
parent
82758a88f0
commit
d5dabec903
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
|
@ -31,7 +31,7 @@ pipeline {
|
|||
}
|
||||
stage('Docker Hub Login') {
|
||||
steps {
|
||||
sh 'ehco $DOCKERHUB_CREDENTIALS_PSW | docker login -u $DOCKERHUB_CREDENTIALS_USR --password stdin'
|
||||
sh 'echo $DOCKERHUB_CREDENTIALS_PSW | docker login -u $DOCKERHUB_CREDENTIALS_USR --password stdin'
|
||||
}
|
||||
}
|
||||
stage('Docker Image Push') {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue