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' }