WH edited a comment on Bug JENKINS-14437

Here's a more simple example:

Parameterized job with:

  • string parameter "_VERSION"
  • two builders:
    • Inject environment variables: Overwrites paramameter (environment variable) "_VERSION=xy"
    • Execute shell: echo "value = $_VERSION"

Actual result:
The value of the the environment variable "_VERSION" is the orginal one. It is not "xy"!

Expected result:
The value is "xy".

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