Update Jenkinsfile

This commit is contained in:
2026-03-19 16:13:09 -05:00
parent 85e4422b00
commit df3014fd0e

6
Jenkinsfile vendored
View File

@@ -40,6 +40,11 @@ spec:
defaultValue: '8.10 9.7 10.1',
description: 'Rocky Linux versions to build (space-separated)'
)
string(
name: 'REPO_TYPES',
defaultValue: 'BaseOS AppStream',
description: 'Rocky Linux repos to build against (space-separated)'
)
string(
name: 'R2_BUCKET_NAME',
defaultValue: 'rockyman',
@@ -96,6 +101,7 @@ docker run --rm \
-v "$(pwd)/tmp:/data/tmp" \
rocky-man:${BUILD_NUMBER} \
--versions ${VERSIONS} \
--repo-types ${REPO_TYPES} \
--parallel-downloads ${PARALLEL_DOWNLOADS} \
--parallel-conversions ${PARALLEL_CONVERSIONS} \
--existing-versions ${EXISTING_VERSIONS}