From e0214d959097a830db92cae01fdd55c8488c56a9 Mon Sep 17 00:00:00 2001 From: shaif ali khan Date: Sat, 29 Jul 2023 13:08:47 +0530 Subject: [PATCH] changes devlop to developer --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 6627c204d..68457a1d2 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -13,7 +13,7 @@ pipeline { stage('vcs') { steps { git url: 'https://github.com/shaifalikhan5/spring-petclinic.git', - branch: 'develop' + branch: 'developer' } }