Skip to content

Commit 10360f2

Browse files
authored
Update Jenkinsfile
1 parent 682df41 commit 10360f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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
}

0 commit comments

Comments
 (0)