From 51ef8fdf82b3fb74fe2a744590bdde0532c76e25 Mon Sep 17 00:00:00 2001 From: kasasravankumar <84398898+kasasravankumar@users.noreply.github.com> Date: Fri, 9 Jul 2021 00:19:51 +0530 Subject: [PATCH] update --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 0db34ff3a..96824257b 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -3,7 +3,7 @@ pipeline { stages { stage('clone') { steps { - git branch: 'declarative', + git branch: 'wavefront', url: 'https://github.com/kasasravankumar/spring-petclinic.git' } }