stisti / jenkins-app

Make Jenkins behave like a Mac application to make it easier to manage.
246 stars 20 forks source link

unable to download #13

Closed imod closed 12 years ago

imod commented 12 years ago

When double clicking the app it downloads whether it should download the WAR. After pressing OK, it fails with a dialog message:

... curl error: The command exited with a non-zero status. curl exit code was 6

stisti commented 12 years ago

Curl exit code 6 Couldn't resolve host. The given remote host was not resolved.

Hmm... That seems to be a transient problem. I tried

curl -sfL http://mirrors.jenkins-ci.org/war/latest/jenkins.war

which is what Jenkins.app does and it works. Could you try again?

stisti commented 12 years ago

I haven't heard back from the reporter and am unable to reproduce the issue. Assuming the issue is no longer valid.