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