-
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