-
Improvement
-
Resolution: Unresolved
-
Minor
-
None
I tried to set the following as a parameter,
PARAMETERS=
{"svnrev":"$SVN_REVISION", "buildid":"$PIPELINE_BUILD_NUMBER"}but it came through as
'
{"svnrev":"263168",' '"buildid":"1172"}'
The issue was the space. Everything worked once I took that out. Is this something that can be fixed?
[JENKINS-15299] support spaces inside parameters
Description |
Original:
I tried to set the following as a parameter, PARAMETERS={"svnrev":"$SVN_REVISION", "buildid":"$PIPELINE_BUILD_NUMBER"} but it came through as '{"svnrev":"263168",' '"buildid":"1172"}' |
New:
I tried to set the following as a parameter, PARAMETERS={"svnrev":"$SVN_REVISION", "buildid":"$PIPELINE_BUILD_NUMBER"} but it came through as '{"svnrev":"263168",' '"buildid":"1172"}' The issue was the space. Everything worked once I took that out. Is this something that can be fixed? |
Summary | Original: support commas inside parameters | New: support spaces inside parameters |
Workflow | Original: JNJira [ 146022 ] | New: JNJira + In-Review [ 176507 ] |