From 0aaa4cefed98b46a075127961905814e3202a6ab Mon Sep 17 00:00:00 2001 From: nagarjuna33 <115863146+nagarjuna33@users.noreply.github.com> Date: Thu, 6 Apr 2023 17:09:55 +0530 Subject: [PATCH] Update Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 5a5768bc2..15ba3b8ee 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}" } }