mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-24 00:35:49 +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') {
|
||||
steps {
|
||||
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