From 9b7e2e40f3e54a6eef6a5199266afb7591a2bb39 Mon Sep 17 00:00:00 2001 From: Sohail Date: Wed, 8 Mar 2023 16:30:02 +0530 Subject: [PATCH] added comma --- Jenkinsfile1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile1 b/Jenkinsfile1 index 9b005c9b2..b2f3308f1 100644 --- a/Jenkinsfile1 +++ b/Jenkinsfile1 @@ -7,7 +7,7 @@ pipeline { stages { stage('vcs') { steps { - git url: 'https://github.com/shaiksohail11/spring-petclinic.git' + git url: 'https://github.com/shaiksohail11/spring-petclinic.git', branch: 'main' }