mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-29 10:55:48 +00:00
JenkinsFile docker configuration
This commit is contained in:
parent
408a45128d
commit
eba9c9a503
1 changed files with 2 additions and 2 deletions
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
|
@ -45,8 +45,8 @@ pipeline {
|
|||
stage('deploy to dockerhub') {
|
||||
steps {
|
||||
sh 'echo $DOCKERHUB_CREDENTIALS_USR'
|
||||
sh 'echo &DOCKERHUB_CREDENTIALS'
|
||||
sh 'echo &DOCKERHUB_CREDENTIALS_PSW'
|
||||
sh 'echo $DOCKERHUB_CREDENTIALS'
|
||||
sh 'echo $DOCKERHUB_CREDENTIALS_PSW'
|
||||
|
||||
// sh 'docker tag push rolandgryddynamics/mr:latest'
|
||||
script {
|
||||
|
|
Loading…
Reference in a new issue