jenkinsci / jenkinsci/parameterized-trigger-plugin

[JENKINS-15299] support spaces inside parameters

Open
#544 0 comments 0 reactions 0 assignees View on GitHub
component:parameterized-trigger-plugin enhancement imported-jira-issue priority:minor resolution:unresolved
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


  • assignee: huybrechts
  • status: Open
  • priority: Minor
  • component(s): parameterized-trigger-plugin
  • resolution: Unresolved
  • votes: 0
  • watchers: 1
  • imported: 2025-12-07

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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.