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
I am seeing this error with v2.5.2 of cmake plugin and Jenkins core 2.60.2 installed. The Install from cmake.org option also doesn't give me a combobox pre-filled list of versions to select from but rather a simple text field, so I'm just entering the <x.y.z> version number in that field. Is the lack of pre-filled list of versions indicative of some other issue? I am behind a proxy and proxy is configured for plugin management (and working at least for plugin upgrades/installs and listing available plugins).