|
||||||||
|
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-16027) Jenkins fails to creat... [email protected] (JIRA)
- [JIRA] (JENKINS-16027) Jenkins fails to ... [email protected] (JIRA)
- [JIRA] (JENKINS-16027) Jenkins fails to ... [email protected] (JIRA)

If I:
sudo mkdir /var/cache/jenkins
sudo chown admin /var/cache/jenkins
to create the working dir and grant ownership to the user the slave runs as, then re-launch the slave, it works.
It looks like the EC2 plugin needs to create the working directory using the sudo command prefix and then set its ownership before proceeding.