From d4ccf2fcb2478d9ebcbf7dbd67a9942995062ea1 Mon Sep 17 00:00:00 2001 From: wodnr533 Date: Mon, 8 Dec 2025 15:30:41 +0900 Subject: [PATCH] Jenkinsfile Signed-off-by: wodnr533 --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index b2243aa9f..37e404b3c 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -13,7 +13,7 @@ pipeline { stages{ stage('Git Clone'){ steps { - git url: 'https://github.com/wodnr533/spring-petclinic.git' + git url: 'https://github.com/wodnr533/spring-petclinic.git', branch: 'main' } } stage('Maven Build'){