Update Jenkinsfile
This commit is contained in:
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@@ -103,10 +103,9 @@ 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} \
|
||||||
--verbose \
|
|
||||||
--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