From a0ca27411a77c52ffa4a5edf6cef833841e2a7aa Mon Sep 17 00:00:00 2001 From: Marcin Kostrzewski Date: Wed, 11 May 2022 21:16:03 +0200 Subject: [PATCH] Escape quotes in input --- Jenkinsfile-predict-s444356 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile-predict-s444356 b/Jenkinsfile-predict-s444356 index b4b92da..7d96d3f 100644 --- a/Jenkinsfile-predict-s444356 +++ b/Jenkinsfile-predict-s444356 @@ -6,7 +6,7 @@ pipeline { } parameters { string( - defaultValue: '{"inputs": [[0.51, 0.86], [0.79, 0.79], [0.74, 0.77], [0.66, 0.73]]}', + defaultValue: '{\\"inputs\\": [[0.51, 0.86], [0.79, 0.79], [0.74, 0.77], [0.66, 0.73]]}', description: 'Input', name: 'INPUT', trim: true