mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-23 08:15:49 +00:00
Update Jenkinsfile
This commit is contained in:
parent
cf76703642
commit
13317a6a6f
1 changed files with 7 additions and 1 deletions
8
Jenkinsfile
vendored
8
Jenkinsfile
vendored
|
@ -23,7 +23,13 @@ pipeline{
|
||||||
sh "mvn clean package"
|
sh "mvn clean package"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
stage('Docker Build') {
|
||||||
|
agent any
|
||||||
|
steps {
|
||||||
|
echo "========executing docker build========"
|
||||||
|
sh 'docker build -t amar/petclinic:latest .'
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
post{
|
post{
|
||||||
always{
|
always{
|
||||||
|
|
Loading…
Reference in a new issue