This commit is contained in:
s444501 2022-05-13 03:00:16 +02:00
parent c13f5462f9
commit b19f1edd1f

View File

@ -7,7 +7,7 @@ pipeline {
}
parameters {
string(
defaultValue: '{"inputs": [[0.51, 0.86], [0.79, 0.79], [0.74, 0.77], [0.66, 0.73], [0.79, 0.47]]}',
defaultValue: '{"inputs": [[0.51, 0.86]]}',
description: 'Input example',
name: 'INPUT'
)