Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
Description
- cmake plugin version: 2.3.2
- jenkins version: 1.631
- the master and the slave node are both sles11
- cmake version (downloaded from cmake.org is 3.3.2
- cmakebuilder plugin:
- Name: cmake-3.3.2-downloaded
- Install automatically = true
- Install from cmake.org: version: 3.3.2
Trying to biuld a project with this setup fails with the following message:
Install from cmake.org [cmake-3.3.2-downloaded]: No tool download known for OS `Linux` and arch `i386`.
Possible problem: cmake.org download path changed and the plugin is unable to download the cmake sources anymore
Big Problem
It looks like cmake.org revamped their download pages. Most of them now say: Directory index no longer supported.
In turn the backend-crawler fails to detect the list of available download URLs, which causes this issue.
File $JENKINS_HOME/updates/hudson.plugins.cmake.CmakeInstaller will be nearly empty.
To fix this, we need to contact cmake.org first.