jenkinsci / jenkinsci/parameterized-trigger-plugin
[JENKINS-15299] support spaces inside parameters
- Dominant language
- Java
- Stars
- 77
- Forks
- 174
- Avg merge
- 22h 27m
- Merged PRs (30d)
- 1
Description
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?
---
Originally reported by caoilte, imported from: support spaces inside parameters
Raw content of original issue
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?
Contributor guide
Assessment
This issue has not been assessed yet.