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