mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-25 09:05:50 +00:00
Update Jenkinsfile
This commit is contained in:
parent
b041f265c9
commit
c640e539fe
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -31,7 +31,7 @@ pipeline {
|
||||||
stage ('Docker Build') {
|
stage ('Docker Build') {
|
||||||
steps {
|
steps {
|
||||||
dir("${env.WORKSPACE}") {
|
dir("${env.WORKSPACE}") {
|
||||||
sh 'docker build -t spring-perclinic:1.0 .'
|
sh 'docker build -t spring-petclinic:1.0 .'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue