|
||||||||||||||||
|
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 |
||||||||||||||||
- [JIRA] (JENKINS-16005) Mercurial plugin assume... [email protected] (JIRA)
- [JIRA] (JENKINS-16005) Mercurial plugin a... [email protected] (JIRA)
- [JIRA] (JENKINS-16005) Mercurial plugin a... [email protected] (JIRA)
- [JIRA] (JENKINS-16005) CommandInstaller a... [email protected] (JIRA)
- [JIRA] (JENKINS-16005) CommandInstaller a... [email protected] (JIRA)
- [JIRA] (JENKINS-16005) CommandInstaller a... [email protected] (JIRA)
- [JIRA] (JENKINS-16005) CommandInstaller a... [email protected] (JIRA)
- [JIRA] (JENKINS-16005) CommandInstaller a... [email protected] (JIRA)
- [JIRA] (JENKINS-16005) CommandInstaller a... [email protected] (JIRA)

The bug is actually in CommandInstaller.performInstallation, which assumes that it can use the tool home as a temporary directory—which is normally a safe assumption, but not when sudo or the like is being used to create files. Should just use the system temp directory.