|
||||||||
|
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 [email protected].
For more options, visit https://groups.google.com/d/optout.

Hugo Meneses did the newly added warning actually appear in your case? If the change was only to the value of java.io.tmpdir, I would expect it to not appear, since the warning message is displayed for environment variables with spaces in their value, not for Java properties with spaces in the value.
Though, I guess the Java virtual machine must be communicating the value of java.io.tmpdir to the git subprocess somehow, and that communication is probably through environment variables.