From 925b0be0edf953b793d5f23f8e94727bd4254dae Mon Sep 17 00:00:00 2001 From: Sohail Date: Sun, 5 Mar 2023 11:56:05 +0530 Subject: [PATCH] Added jenkins file --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 2bb7ef900..46ef3609f 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -6,8 +6,8 @@ pipeline{ stages { stage ('vcs') { steps { - git branch: 'main', - url: 'https://github.com/shaiksohail11/spring-petclinic.git', + git url: 'https://github.com/shaiksohail11/spring-petclinic.git', + branch: 'main', sh 'mvn package'