WH commented 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"
    • Ant: Is called with property "version=${_VERSION}"

Actual result:
The value of the Ant property "version" is the original value of environment variable "_VERSION". It is not "xy"!

Expected result:
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