diff --git a/Jenkinsfile b/Jenkinsfile index e7a85d69a..3072e893a 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -5,7 +5,7 @@ pipeline{ stage('VCS'){ steps{ git url : 'https://github.com/Abhishek16tiwary/spring-petclinic.git', - branch : main + branch : 'main' } } stage('Build'){