From 71275416e81854a2e05e7420b9ce82dcdda0055b Mon Sep 17 00:00:00 2001 From: nagarjuna33 <115863146+nagarjuna33@users.noreply.github.com> Date: Thu, 6 Apr 2023 17:11:10 +0530 Subject: [PATCH] Update Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 15ba3b8ee..985c6df6c 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -8,7 +8,7 @@ parameters { stages { stage('scm') { steps { - git "url: https://github.com/nagarjuna33/spring-petclinicnew.git", + git url: "https://github.com/nagarjuna33/spring-petclinicnew.git", branch:"${params.BRANCH_TO_BUILD}" } }