From 411abf8683b71e2322ff15f1536cc17c7fb61a9f Mon Sep 17 00:00:00 2001 From: Stephen Simpson Date: Wed, 26 Nov 2025 10:55:43 -0600 Subject: [PATCH] Update Jenkinsfile to change parameter types for parallel downloads and conversions to strings Signed-off-by: Stephen Simpson --- Jenkinsfile | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 8c166ad..d93898a 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -50,12 +50,16 @@ spec: defaultValue: 'rockyman', description: 'B2 bucket name for uploads' ) - number( + string( name: 'PARALLEL_DOWNLOADS', - defaultValue: 5, + defaultValue: '5', description: 'Number of parallel downloads' ) - number( + string( + name: 'PARALLEL_CONVERSIONS', + defaultValue: '10', + description: 'Number of parallel conversions' + ) name: 'PARALLEL_CONVERSIONS', defaultValue: 10, description: 'Number of parallel conversions'