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
48d0839892
commit
0ddf664344
1 changed files with 7 additions and 1 deletions
8
Jenkinsfile
vendored
8
Jenkinsfile
vendored
|
@ -23,7 +23,13 @@ pipeline{
|
|||
sh "mvn package"
|
||||
}
|
||||
}
|
||||
|
||||
stage('Docker Build') {
|
||||
agent any
|
||||
steps {
|
||||
echo "========executing docker build========"
|
||||
sh 'docker build -t amar/petclinic:latest .'
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
post{
|
||||
|
|
Loading…
Reference in a new issue