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.
2 parents ac65ed5 + 10360f2 commit b9e487dCopy full SHA for b9e487d
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
}
README.md
@@ -1,3 +1,2 @@
1
# multibranch-pipeline-demo
2
Jenkins Multibranch Pipeline Example Repo
3
-test
0 commit comments