From 2d240fd988b56a452d29161c9463538656d554d7 Mon Sep 17 00:00:00 2001 From: saisrinisrinivas <102722606+saisrinisrinivas@users.noreply.github.com> Date: Mon, 3 Jul 2023 14:54:37 +0530 Subject: [PATCH] Update Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index f9ed8c62c..4308008d4 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -4,7 +4,7 @@ pipeline { stages { stage('Build'){ steps { - git url: 'https://github.com/saisrinisrinivas/spring-petclinic.git' + git 'https://github.com/saisrinisrinivas/spring-petclinic.git' } }