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
46b4eec5b8
commit
a054c42333
1 changed files with 1 additions and 4 deletions
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
|
@ -45,10 +45,7 @@ pipeline {
|
|||
stage('deploy to dockerhub') {
|
||||
steps {
|
||||
sh 'echo $DOCKERHUB_CREDENTIALS_USR'
|
||||
sh 'echo DOCKERHUB_CREDENTIALS_PSW'
|
||||
sh 'echo $DOCKERHUB_CREDENTIALS_USR'
|
||||
sh 'echo $DOCKERHUB_CREDENTIALS'
|
||||
sh 'echo rolandgryddynamics-dockerhub'
|
||||
sh 'echo &DOCKERHUB_CREDENTIALS_PSW'
|
||||
|
||||
// sh 'docker tag push rolandgryddynamics/mr:latest'
|
||||
script {
|
||||
|
|
Loading…
Reference in a new issue