diff --git a/jenkinsfile b/jenkinsfile index e57b6547a..a505a85f0 100644 --- a/jenkinsfile +++ b/jenkinsfile @@ -11,8 +11,7 @@ pipeline { stages{ stage('git'){ steps { - git url: 'https://github.com/srikanthkuna1618/spring-petclinic-march.git', - branch: 'dev' + git url: 'https://github.com/srikanthkuna1618/spring-petclinic-march.git', branch: 'dev' } } stage('build') {