diff --git a/Jenkinsfile b/Jenkinsfile index f9ed8c62c..4308008d4 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -4,7 +4,7 @@ pipeline { stages { stage('Build'){ steps { - git url: 'https://github.com/saisrinisrinivas/spring-petclinic.git' + git 'https://github.com/saisrinisrinivas/spring-petclinic.git' } }