Issue Type: Bug Bug
Affects Versions: current
Assignee: Unassigned
Components: parameters
Created: 16/Dec/12 10:17 PM
Description:

Steps to reproduce:

  1. Create Free Style Build
  2. Check "This build is parameterized" check box
  3. Create two parameters
    1. STR1 with default value Two dollars $$
    2. STR2 with default value One dollar $

  4. In the build section add "Execute Windows batch command" with content

    echo %STR1%
    echo %STR2%
  5. 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.

Environment: Win 7
Project: Jenkins
Labels: parameterized build
Priority: Major Major
Reporter: Sergey Zhemzhitsky
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to