We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4cb001 commit 5b0c2d6Copy full SHA for 5b0c2d6
1 file changed
testHeadlessComponents.jenkinsfile
@@ -44,7 +44,7 @@ properties([
44
defaultValue: '',
45
description: 'Tag glob; leave empty to match all'),
46
string(name: 'KOJI_SUBPACKAGE_DENYLIST',
47
- defaultValue: '{*debug*,*src*}',
+ defaultValue: '.*debug.*,.*src.*',
48
description: 'Subpackage patterns to exclude (glob set or comma-separated)'),
49
string(name: 'KOJI_SUBPACKAGE_ALLOWLIST',
50
0 commit comments