Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix java download/install #144

Merged
merged 1 commit into from
Apr 13, 2015
Merged

Fix java download/install #144

merged 1 commit into from
Apr 13, 2015

Conversation

alamaison
Copy link
Contributor

The configurable tmpdir (716497f) broke automatic java download and install because it omitted a slash between /tmp and the jdk name. The result was permission denied:

Creating tmp directory (/tmp) if it does not exist
Verifying that java exists
bash: java: command not found
Installing Java
/tmpjava1.6.0_12.tgz: Permission denied
Failed to download Java

By the looks of it, 716497f may have done the same thing on Windows.

The configurable tmpdir broke automatic java download and install because it omitted a slash between /tmp and the jdk name.  The result was permission denied:

```
Creating tmp directory (/tmp) if it does not exist
Verifying that java exists
bash: java: command not found
Installing Java
/tmpjava1.6.0_12.tgz: Permission denied
Failed to download Java
```
@buildhive
Copy link

Jenkins » ec2-plugin #108 SUCCESS
This pull request looks good
(what's this?)

francisu added a commit that referenced this pull request Apr 13, 2015
@francisu francisu merged commit 97f52ff into jenkinsci:master Apr 13, 2015
@francisu
Copy link
Member

Thanks for your contribution!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants