Skip to content

Commit b17ef5d

Browse files
authored
Update testHeadlessComponents.jenkinsfile
ARCH vs PACKAGE_ARCH
1 parent 8a0995b commit b17ef5d

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
@@ -93,7 +93,7 @@ timestamps {
9393
kojiXmlRpcApi: [
9494
$class: 'RealKojiXmlRpcApi',
9595
packageName: params.KOJI_PACKAGE_NAME,
96-
arch: params.KOJI_ARCH, // may be comma-separated per plugin docs [3](https://docs.pagure.org/koji/image_build/)
96+
arch: params.KOJI_PACKAGE_ARCH, // may be comma-separated per plugin docs [3](https://docs.pagure.org/koji/image_build/)
9797
tag: params.KOJI_TAG,
9898
subpackageDenylist: params.KOJI_SUBPACKAGE_DENYLIST,
9999
subpackageAllowlist: params.KOJI_SUBPACKAGE_ALLOWLIST

0 commit comments

Comments
 (0)