mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-23 00:05:50 +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') {
|
stage('Create image') {
|
||||||
steps {
|
steps {
|
||||||
sh 'pwd'
|
sh 'pwd'
|
||||||
|
sh 'ls -la'
|
||||||
sh 'docker build --pull -t loxon/petclinic:2.0.0 .'
|
sh 'docker build --pull -t loxon/petclinic:2.0.0 .'
|
||||||
sh 'docker push loxon/petclinic:2.0.0'
|
sh 'docker push loxon/petclinic:2.0.0'
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue