Update Jenkinsfile
This commit is contained in:
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user