diff --git a/Jenkinsfile b/Jenkinsfile index d5217db..e72283b 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -38,7 +38,7 @@ pipeline { steps { checkout([ $class: 'GitSCM', - branches: [[name: '*/master']], + branches: [[name: '*/main']], userRemoteConfigs: [[url: 'https://github.com/spring-projects/spring-petclinic.git']] ]) }