Skip to content

Commit 9d0878e

Browse files
authored
Jenkinsfile: supporting repos branch name change (#1784)
Changing the branch names for FUZZ_CORPUS_BRANCH and SHARED_LIB_BRANCH from master to main.
1 parent 412fd53 commit 9d0878e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Jenkinsfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,10 @@ properties(
4646
defaultValue: 'fuzz-regression-1.6',
4747
description: 'test-pipelines branch for fuzz regression tests'),
4848
string(name: 'FUZZ_CORPUS_BRANCH',
49-
defaultValue: 'master',
49+
defaultValue: 'main',
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
)
@@ -234,4 +234,4 @@ pipeline {
234234
}
235235
}
236236
}
237-
}
237+
}

0 commit comments

Comments
 (0)