Escape quotes in input
This commit is contained in:
parent
6f99aa9f06
commit
a0ca27411a
@ -6,7 +6,7 @@ pipeline {
|
|||||||
}
|
}
|
||||||
parameters {
|
parameters {
|
||||||
string(
|
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',
|
description: 'Input',
|
||||||
name: 'INPUT',
|
name: 'INPUT',
|
||||||
trim: true
|
trim: true
|
||||||
|
Loading…
Reference in New Issue
Block a user