-
Bug
-
Resolution: Unresolved
-
Major
-
Win 7
Steps to reproduce:
- Create Free Style Build
- Check "This build is parameterized" check box
- Create two parameters
- STR1 with default value Two dollars $$
- STR2 with default value One dollar $
- In the build section add "Execute Windows batch command" with content
echo %STR1% echo %STR2%
- Then trigger the build
Actual result in the console output is
Two dollars $ One dollar $
Expected result is
Two dollars $$ One dollar $
EscapingJexl could be the cause of this issue.
- depends on
-
JENKINS-26916 There should be an option to turn on/off variable substitution in build parameters
-
- Resolved
-
- is duplicated by
-
JENKINS-26916 There should be an option to turn on/off variable substitution in build parameters
-
- Resolved
-
[JENKINS-16143] Jenkins escapes 2 dollar signs in the Parameterized Build fields
Component/s | New: core [ 15593 ] | |
Component/s | Original: parameters [ 15594 ] |
Link |
New:
This issue depends on |
Link |
New:
This issue is duplicated by |
Workflow | Original: JNJira [ 146947 ] | New: JNJira + In-Review [ 176771 ] |