Update Jenkinsfile

This commit is contained in:
s4616 2023-07-10 19:16:37 +09:00 committed by GitHub
parent b041f265c9
commit c640e539fe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
Jenkinsfile vendored
View file

@ -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 .'
}
}
}