From a74e6c3144436e7751a8a2709c1238aa87dcca3d Mon Sep 17 00:00:00 2001 From: Maciej Czajka Date: Wed, 11 May 2022 21:41:57 +0200 Subject: [PATCH] update jenkinsfile_predict --- Jenkinsfile_predict | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile_predict b/Jenkinsfile_predict index dd6a8d7..189429d 100644 --- a/Jenkinsfile_predict +++ b/Jenkinsfile_predict @@ -10,7 +10,7 @@ buildSelector( description: 'Which build to use for copying artifacts for predict', name: 'BUILD_SELECTOR') string( - defaultValue: '{\"inputs\": [900.0]}', + defaultValue: '{\\"inputs\\": [900.0]}', description: 'Input file', name: 'INPUT', trim: true