From 4dd9ece149904796191ccc6232e1ab5071a01a65 Mon Sep 17 00:00:00 2001 From: Kiranteja623 <100252762+Kiranteja623@users.noreply.github.com> Date: Thu, 16 Mar 2023 15:44:04 +0530 Subject: [PATCH] Update Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index c26bd2447..6facf1c1d 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -4,7 +4,7 @@ pipeline { stage ('git') { steps { git url: 'https://github.com/Kiranteja623/spring-petclinic.git' - branch: 'develop' + branch: 'main' } } stage ('package') {