Skip to content

Commit

Permalink
Jenkins: set fuzz corpus branch to version-specific branch
Browse files Browse the repository at this point in the history
  • Loading branch information
val-ms committed Aug 11, 2023
1 parent 44663c2 commit 0071294
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ properties(
defaultValue: 'fuzz-regression-1.1',
description: 'test-pipelines branch for fuzz regression tests'),
string(name: 'FUZZ_CORPUS_BRANCH',
defaultValue: 'master',
defaultValue: '1.1',
description: 'private-fuzz-corpus branch'),
string(name: 'SHARED_LIB_BRANCH',
defaultValue: 'master',
Expand Down

0 comments on commit 0071294

Please sign in to comment.