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