Skip to content

Commit b9e487d

Browse files
authored
Merge pull request #1 from devopscube/feature
Update README.md
2 parents ac65ed5 + 10360f2 commit b9e487d

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ pipeline {
2828
steps {
2929
checkout([
3030
$class: 'GitSCM',
31-
branches: [[name: '*/master']],
31+
branches: [[name: '*/main']],
3232
userRemoteConfigs: [[url: 'https://github.com/spring-projects/spring-petclinic.git']]
3333
])
3434
}

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
# multibranch-pipeline-demo
22
Jenkins Multibranch Pipeline Example Repo
3-
test

0 commit comments

Comments
 (0)