From 5dd42f526a0887a1dadcb130d734600c5aee1dfe Mon Sep 17 00:00:00 2001 From: dhille Date: Thu, 30 Nov 2023 14:35:26 +0530 Subject: [PATCH] added new v --- Jenkins | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Jenkins b/Jenkins index 44897b571..b65a5e2dd 100644 --- a/Jenkins +++ b/Jenkins @@ -9,8 +9,9 @@ pipeline{ stages { stage('git') { steps { - git url :'https://github.com/dhille98/spring-petclinic.git' - branch:'dev' + git url :'https://github.com/dhille98/spring-petclinic.git' + branch: 'dev' + } } stage('bulid') {