-
Bug
-
Resolution: Fixed
-
Major
-
Jenkins 2.31.0
CmakeBuilder 4.1.0
Trying to use the latest version of Cmake with cmakebuilder plugin results in the following error...
I think that Windows 10/x86 should be associated with windows / x86_64
ERROR: Install from cmake.org [InSearchPath]: No download URL exits for 'cmake 3.21.4' with requested OS-name/architecture.
The JVM reports OS-name/architecture of build-node is Windows 10/x86.
Cmake.org provides downloads for these OS-name/architectures:
linux / aarch64
linux / x86_64
macos / universal
macos10.10 / universal
windows / i386
windows / x86_64
The problem is your JVM. It reports the CPU-architecture (system property "os.arch") is "x86", which is very unusual.
Here is what adoptOpenJDK reports for windows:
os.arch=amd64
os.name=Windows 10
os.version=10.0