From d3de65b0720ad7cdfaf28d21c66dab87963af330 Mon Sep 17 00:00:00 2001 From: sri Date: Thu, 28 Mar 2024 17:48:35 +0530 Subject: [PATCH] added changes in jenkinsfile --- jenkinsfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/jenkinsfile b/jenkinsfile index e57b6547a..a505a85f0 100644 --- a/jenkinsfile +++ b/jenkinsfile @@ -11,8 +11,7 @@ pipeline { stages{ stage('git'){ steps { - git url: 'https://github.com/srikanthkuna1618/spring-petclinic-march.git', - branch: 'dev' + git url: 'https://github.com/srikanthkuna1618/spring-petclinic-march.git', branch: 'dev' } } stage('build') {