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