-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Minor
-
Component/s: parameterized-scheduler-plugin
-
None
I tried the following approaches, but none of them seemed to work:
Â
H 20 * * * %SOMEMULTILINEPARAMETER=valueA\nvalueB
Â
H 20 * * * %SOMEMULTILINEPARAMETER=valueA,valueB
Â
H 20 * * * %SOMEMULTILINEPARAMETER=valueA
nvalueB
Â
In all cases, what is placed to the right of the equal sign is directly translated to the parameter's value, and thus the Jenkins pipeline fails, as it is expecting a multi-line string value
Â