Skip to content

Commit e4cb001

Browse files
authored
Update testHeadlessComponents.jenkinsfile
1 parent c8d3928 commit e4cb001

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

testHeadlessComponents.jenkinsfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,13 @@ properties([
3535
defaultValue: 'java-latest-openjdk',
3636
description: 'Package name(s) to watch (space-separated)'),
3737
string(name: 'KOJI_PACKAGE_TAG',
38-
defaultValue: '(supp-|)rhel-9\.8\.[0-9]-(|z-)(nocompose-candidate|openjdk-els-candidate|candidate|gate) rhaos-.*-rhel-9-container-candidate epel9.* el9-openjdk openj9-1-rhel-9-candidate',
38+
defaultValue: '',
3939
description: 'Glob for allowed tags (empty = all)'),
4040
string(name: 'KOJI_PACKAGE_ARCH',
4141
defaultValue: 'x86_64',
4242
description: 'Comma-separated architectures; leave empty for all'),
4343
string(name: 'KOJI_TAG',
44-
defaultValue: '(supp-|)rhel-9\.8\.[0-9]-(|z-)(nocompose-candidate|openjdk-els-candidate|candidate|gate) rhaos-.*-rhel-9-container-candidate epel9.* el9-openjdk openj9-1-rhel-9-candidate',
44+
defaultValue: '',
4545
description: 'Tag glob; leave empty to match all'),
4646
string(name: 'KOJI_SUBPACKAGE_DENYLIST',
4747
defaultValue: '{*debug*,*src*}',

0 commit comments

Comments
 (0)