diff --git a/Jenkinsfile b/Jenkinsfile index 2bb7ef900..46ef3609f 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -6,8 +6,8 @@ pipeline{ stages { stage ('vcs') { steps { - git branch: 'main', - url: 'https://github.com/shaiksohail11/spring-petclinic.git', + git url: 'https://github.com/shaiksohail11/spring-petclinic.git', + branch: 'main', sh 'mvn package'