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}" } }