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