From 2c10b375ec9c7396c63e1649eafd27c442ac2401 Mon Sep 17 00:00:00 2001 From: boat cow Date: Thu, 6 Apr 2023 17:53:22 -0400 Subject: [PATCH] Added Jenkinsfile --- Jenkinsfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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' } }