diff --git a/Jenkinsfile b/Jenkinsfile index ec6fe1323..3757a6cb9 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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 .' } } }