From c167850ab6ce76cdf6b6f5a3b53f9c0f387e22cf Mon Sep 17 00:00:00 2001 From: dhille Date: Thu, 30 Nov 2023 14:28:40 +0530 Subject: [PATCH] added new --- Jenkins | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkins b/Jenkins index 64906c7db..4c16326f8 100644 --- a/Jenkins +++ b/Jenkins @@ -7,7 +7,7 @@ pipeline{ pollSCM('* * * * *') } stages{ - stage('git') { + stage( 'git' ) { step { git url :'https://github.com/dhille98/spring-petclinic.git' branch:'dev'