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',
|
defaultValue: '8.10 9.7 10.1',
|
||||||
description: 'Rocky Linux versions to build (space-separated)'
|
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(
|
string(
|
||||||
name: 'R2_BUCKET_NAME',
|
name: 'R2_BUCKET_NAME',
|
||||||
defaultValue: 'rockyman',
|
defaultValue: 'rockyman',
|
||||||
@@ -96,6 +101,7 @@ docker run --rm \
|
|||||||
-v "$(pwd)/tmp:/data/tmp" \
|
-v "$(pwd)/tmp:/data/tmp" \
|
||||||
rocky-man:${BUILD_NUMBER} \
|
rocky-man:${BUILD_NUMBER} \
|
||||||
--versions ${VERSIONS} \
|
--versions ${VERSIONS} \
|
||||||
|
--repo-types ${REPO_TYPES} \
|
||||||
--parallel-downloads ${PARALLEL_DOWNLOADS} \
|
--parallel-downloads ${PARALLEL_DOWNLOADS} \
|
||||||
--parallel-conversions ${PARALLEL_CONVERSIONS} \
|
--parallel-conversions ${PARALLEL_CONVERSIONS} \
|
||||||
--existing-versions ${EXISTING_VERSIONS}
|
--existing-versions ${EXISTING_VERSIONS}
|
||||||
|
|||||||
Reference in New Issue
Block a user