Update Jenkinsfile to change parameter types for parallel downloads and conversions to strings
Signed-off-by: Stephen Simpson <stevo81989@gmail.com>
This commit is contained in:
10
Jenkinsfile
vendored
10
Jenkinsfile
vendored
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user