I've just tested, the download part now works. Thank you!
Sadly, there is now another issue with the path for the cmake binary being different on Mac then on Linux.
For mac, the cmake CLI binary does not sit in the extracted "bin/" directory (like Unix), but in the "CMake.app/Contents/bin/" of the extracted cmake-3.3.2-Darwin-x86_64.tar.gz.
Here is the relevant part of the log:
Unpacking http://www.cmake.org/files/v3.3/cmake-3.3.2-Darwin-x86_64.tar.gz to /var/tmp/jenkins/tools/hudson.plugins.cmake.CmakeTool/3.3.2 on osx-10_9
Cleaning build dir... /opt/build/conduit-connect-osx/build
[build] $ /var/tmp/jenkins/tools/hudson.plugins.cmake.CmakeTool/3.3.2/bin/cmake -G "Unix Makefiles" -DCMAKE_INSTALL_PREFIX=/opt/build/conduit-connect-osx/install -DOPENSSL_ROOT_DIR=/aspera/build/3rdparty/trunk/mac-intel-10.9/stable/latest/build/result/BUILD/mac-10.7-64-release/openssl-1.0.1p -DCMAKE_PREFIX_PATH=/opt/build/webrtc-osx/install -DCMAKE_BUILD_TYPE=Release /opt/build/conduit-connect-osx
ERROR: Cannot run program "/var/tmp/jenkins/tools/hudson.plugins.cmake.CmakeTool/3.3.2/bin/cmake" (in directory "/opt/build/conduit-connect-osx/build"): error=2, No such file or directory
Build step 'CMake Build' marked build as failure
Archiving artifacts
Finished: FAILURE
The automatic download from cmake.org does not seem to work properly on Mac Slaves.
Jenkins spits the following error:
ERROR: Install from cmake.org [Auto Install]: No tool download known for OS `Mac OS X` and arch `x86_64`.
On the cmake.org website, the Mac OS X distributions are in fact using "Darwin" in their name and not "Mac OS X", so it is probably a very minor fix.
Thanks in advance.