Skip to content

Commit 5b0c2d6

Browse files
authored
Update testHeadlessComponents.jenkinsfile
1 parent e4cb001 commit 5b0c2d6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

testHeadlessComponents.jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ properties([
4444
defaultValue: '',
4545
description: 'Tag glob; leave empty to match all'),
4646
string(name: 'KOJI_SUBPACKAGE_DENYLIST',
47-
defaultValue: '{*debug*,*src*}',
47+
defaultValue: '.*debug.*,.*src.*',
4848
description: 'Subpackage patterns to exclude (glob set or comma-separated)'),
4949
string(name: 'KOJI_SUBPACKAGE_ALLOWLIST',
5050
defaultValue: '',

0 commit comments

Comments
 (0)