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
6586b04dfc
commit
cf76703642
1 changed files with 0 additions and 7 deletions
7
Jenkinsfile
vendored
7
Jenkinsfile
vendored
|
@ -23,13 +23,6 @@ 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{
|
||||||
|
|
Loading…
Reference in a new issue