-
Task
-
Resolution: Fixed
-
Major
-
Jenkins 2.289.1
cmakebuilder-plugin 4.0.1
Nodes: macOS Mojave and Catalina
CMake version: 3.18.4
After the cmakebuilder-plugin upgrade from v2.6.3 to v4.0.1, the "Install from cmake.org" feature installs Linux binaries instead of macOS binaries from cmake.org on macOS nodes.
For example, instead of cmake-3.18.4-Darwin-x86_64.tar.gz, cmake-3.18.4-Linux-x86_64.tar.gz is downloaded and extracted on the node, leading to "not an executable" errors.
After downgrading to v2.6.3, it works again for now.