CmakeTool fails with no message when binaries are not available

This issue is archived. You can view it, but you can't modify it. Learn more

XMLWordPrintable

      When using a cmake tool with automatic installation of version (for example) 3.7.2, this fails on a 32-bit linux node without any message. The usage is in a Jenkinsfile like this:

      def cmake = tool name: 'cmake-3.7', type: 'hudson.plugins.cmake.CmakeTool'
      

      After some debugging I realized that the likely cause for this is that CMake binaries aren't built for 32-bit linux since version 3.7, so likely the url is not found (the above command works just fine if I select version 3.6 or older). However, it would be nice to get some diagnostic for this, preferably in the pipeline step console, but just anything at all in the node log or system log would also have been helpful.

            Assignee:
            Martin Weber
            Reporter:
            Emil Styrke
            Archiver:
            Jenkins Service Account

              Created:
              Updated:
              Resolved:
              Archived: