From 48907f4bd2225a30d857530e2ac5c27a7dfb8a3e Mon Sep 17 00:00:00 2001 From: Bharatkumar5690 Date: Wed, 8 Mar 2023 11:53:39 +0530 Subject: [PATCH] changes the branch --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index f28eccb87..bc714120d 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -4,7 +4,7 @@ pipeline { stages{ stage('vcs') { steps { - git branch: 'master', + git branch: 'declarative', url: 'https://github.com/Bharatkumar5690/spring-petclinic.git' } }