From 519876df1dbf6577442764e0a14aa11ea6c485a9 Mon Sep 17 00:00:00 2001 From: dhille Date: Thu, 30 Nov 2023 14:32:41 +0530 Subject: [PATCH] addded --- Jenkins | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Jenkins b/Jenkins index 4c16326f8..44897b571 100644 --- a/Jenkins +++ b/Jenkins @@ -6,9 +6,9 @@ pipeline{ triggers { pollSCM('* * * * *') } - stages{ - stage( 'git' ) { - step { + stages { + stage('git') { + steps { git url :'https://github.com/dhille98/spring-petclinic.git' branch:'dev' }