Skip to content

Commit 8023644

Browse files
authored
Jenkinsfile: supporting repos branch name change
Changing the branch names for FUZZ_CORPUS_BRANCH and SHARED_LIB_BRANCH from master to main.
1 parent 0911974 commit 8023644

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ properties(
4949
defaultValue: '1.4',
5050
description: 'private-fuzz-corpus branch'),
5151
string(name: 'SHARED_LIB_BRANCH',
52-
defaultValue: 'master',
52+
defaultValue: 'main',
5353
description: 'tests-jenkins-shared-libraries branch')
5454
]
5555
)

0 commit comments

Comments
 (0)