From 9057fd9bf2f11610f6991d573455770db600d1c1 Mon Sep 17 00:00:00 2001 From: boat cow Date: Thu, 6 Apr 2023 12:56:13 -0400 Subject: [PATCH] adding build script --- Jenkinsfile | 2 ++ 1 file changed, 2 insertions(+) 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''' } }