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
febad51639
commit
49f90c9681
1 changed files with 3 additions and 2 deletions
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
|
@ -24,8 +24,9 @@ pipeline {
|
|||
stage('docker') {
|
||||
steps {
|
||||
// sh 'docker build -t my/app .'
|
||||
sh 'docker tag my/app rolandgryddynamics/mr'
|
||||
sh 'docker tag push rolandgryddynamics/mr'
|
||||
sh 'docker version'
|
||||
// sh 'docker tag my/app rolandgryddynamics/mr'
|
||||
// sh 'docker tag push rolandgryddynamics/mr'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue