diff --git a/Jenkinsfile b/Jenkinsfile index 9c7be6b80..e247b763f 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -4,8 +4,7 @@ pipeline { stage('build') { steps { echo 'build' - sh '''cd spring-petclinic -./mvnw spring-boot:build-image''' + sh './mvnw spring-boot:build-image' } }