-
Bug
-
Resolution: Unresolved
-
Major
-
Mac OS X 10.8
When having a custom tool defined to download and install
http://nodejs.org/dist/v0.10.22/node-v0.10.22-darwin-x64.tar.gz
, it somehow fails to untar that correctly, not placing all the files in the correct subfolder, thus fails node to run correctly.
When replacing the download job with a shell-part that does this manually, it works just fine.
This might be a problem with the jvm/libraries outside custom tools on OS X, but i didn't manage to figure out where or what it calls, so i decided to report it here for reference.
- is blocking
-
JENKINS-31215 cmake installation on osx: missing files & strange layout
-
- Resolved
-
Hello,
"Extract tar.gz" Installer is not a part of custom-tools plugin. It is located in Jenkins core and stored as an extension. Please specify versions of JVM and Jenkins core. Have you tried to unpack the referenced archive on other platforms?
BR, Oleg Nenashev