mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-29 18:55:49 +00:00
JenkinsFile docker configuration
This commit is contained in:
parent
a054c42333
commit
de5effde70
1 changed files with 1 additions and 0 deletions
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
|
@ -46,6 +46,7 @@ pipeline {
|
||||||
steps {
|
steps {
|
||||||
sh 'echo $DOCKERHUB_CREDENTIALS_USR'
|
sh 'echo $DOCKERHUB_CREDENTIALS_USR'
|
||||||
sh 'echo &DOCKERHUB_CREDENTIALS_PSW'
|
sh 'echo &DOCKERHUB_CREDENTIALS_PSW'
|
||||||
|
sh 'echo &DOCKERHUB_CREDENTIALS'
|
||||||
|
|
||||||
// sh 'docker tag push rolandgryddynamics/mr:latest'
|
// sh 'docker tag push rolandgryddynamics/mr:latest'
|
||||||
script {
|
script {
|
||||||
|
|
Loading…
Reference in a new issue