mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-18 13:35:50 +00:00
Jenkinsfile
This commit is contained in:
parent
4cd9b6ecce
commit
249aaf1f17
1 changed files with 1 additions and 0 deletions
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
|
@ -23,6 +23,7 @@ pipeline {
|
|||
|
||||
stage('Create image') {
|
||||
steps {
|
||||
sh 'pwd'
|
||||
sh 'docker build --pull -t loxon/petclinic:2.0.0 .'
|
||||
sh 'docker push loxon/petclinic:2.0.0'
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue