We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 682df41 commit 10360f2Copy full SHA for 10360f2
Jenkinsfile
@@ -28,7 +28,7 @@ pipeline {
28
steps {
29
checkout([
30
$class: 'GitSCM',
31
- branches: [[name: '*/master']],
+ branches: [[name: '*/main']],
32
userRemoteConfigs: [[url: 'https://github.com/spring-projects/spring-petclinic.git']]
33
])
34
}
0 commit comments