update jenkinsfile_predict
All checks were successful
s444356-evaluation/pipeline/head This commit looks good
s444356-training/pipeline/head This commit looks good

This commit is contained in:
Maciej Czajka 2022-05-11 21:25:56 +02:00
parent 7988780a6a
commit 8bb0037e63

View File

@ -10,10 +10,10 @@ buildSelector(
description: 'Which build to use for copying artifacts for predict',
name: 'BUILD_SELECTOR')
string(
defaultValue: '{\"inputs\": [[1000.0]]}',
defaultValue: '{\"inputs\": [1000.0]}',
description: 'Input file',
name: 'INPUT',
trim: false
trim: true
)
}