diff --git a/Jenkinsfile_predict b/Jenkinsfile_predict index a663f9f..1425af3 100644 --- a/Jenkinsfile_predict +++ b/Jenkinsfile_predict @@ -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 ) }