diff --git a/Jenkins b/Jenkins index b65a5e2dd..92ee2f87f 100644 --- a/Jenkins +++ b/Jenkins @@ -10,7 +10,7 @@ pipeline{ stage('git') { steps { git url :'https://github.com/dhille98/spring-petclinic.git' - branch: 'dev' + branch : 'dev' } }