|
||||||||
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 |
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Looks like the problem might have occurred around v1.606. For each of the tests I conducted the following procedure:
PATH = /usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin
SOME_ENVVAR = value
The following were the results:
v1.599 without EnvInject
PATH updated on master
SOME_ENVVAR disappeared from master
v1.599 with EnvInject
PATH updated on master
SOME_ENVVAR disappeared from master
v1.606 with EnvInject
PATH did not update on master
SOME_ENVVAR remained on master