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'