From aad4f82e88fc736a7066e074b8d3782b91ea3149 Mon Sep 17 00:00:00 2001 From: dhille Date: Thu, 30 Nov 2023 13:39:05 +0530 Subject: [PATCH] added --- Jenkins | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Jenkins b/Jenkins index 1cddf2da5..64906c7db 100644 --- a/Jenkins +++ b/Jenkins @@ -1,13 +1,13 @@ pipeline{ agent{label "MAVEN"} options{ - timeout (time: 30,unit:'MINUTES') - } - tiggers{ - pollSCM('* * * * *') + timeout(time: 30, unit: 'MINUTES') } + triggers { + pollSCM('* * * * *') + } stages{ - stage ('git') { + stage('git') { step { git url :'https://github.com/dhille98/spring-petclinic.git' branch:'dev'