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
b993997c65
commit
406396fede
1 changed files with 0 additions and 5 deletions
5
Jenkinsfile
vendored
5
Jenkinsfile
vendored
|
@ -18,11 +18,6 @@ pipeline {
|
||||||
}
|
}
|
||||||
steps {
|
steps {
|
||||||
sh './mvnw clean package -DskipTests'
|
sh './mvnw clean package -DskipTests'
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
stage('Create image') {
|
|
||||||
steps {
|
|
||||||
sh 'pwd'
|
sh 'pwd'
|
||||||
sh 'ls -la'
|
sh 'ls -la'
|
||||||
sh 'docker build --pull -t loxon/petclinic:2.0.0 .'
|
sh 'docker build --pull -t loxon/petclinic:2.0.0 .'
|
||||||
|
|
Loading…
Reference in a new issue