From f57c6016f291ce9cd8bc3043d3572d0e41479500 Mon Sep 17 00:00:00 2001 From: lwj9812 <141805156+lwj9812@users.noreply.github.com> Date: Fri, 8 Mar 2024 14:24:03 +0900 Subject: [PATCH] Update Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index da4e80bd7..f54482499 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -10,7 +10,7 @@ pipeline { steps { echo 'Git clone' git url: 'https://github.com/lwj9812/spring-petclinic.git', - branch: 'efficien-webjars' + branch: 'efficient-webjars' } } }