From 14d61a5e1103dd9c13f2efbdff324059fa60490a Mon Sep 17 00:00:00 2001 From: Sohail Date: Wed, 8 Mar 2023 16:17:57 +0530 Subject: [PATCH] removed comma --- Jenkinsfile1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile1 b/Jenkinsfile1 index b2f3308f1..9b005c9b2 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' }