diff --git a/Jenkins b/Jenkins index 44897b571..b65a5e2dd 100644 --- a/Jenkins +++ b/Jenkins @@ -9,8 +9,9 @@ pipeline{ stages { stage('git') { steps { - git url :'https://github.com/dhille98/spring-petclinic.git' - branch:'dev' + git url :'https://github.com/dhille98/spring-petclinic.git' + branch: 'dev' + } } stage('bulid') {