Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-30075

Documentation for new cmakeplugin

    XMLWordPrintable

Details

    Description

      The cmakebuilder plugin apparently got completely revamped in the last month.

      There are parts of the old cmake plugin that I don't know how to replicate in the new one.

      For instance, I have an install directory. Is there a way to specify that in jenkins? Do I have to do it in cmake itself, somehow?

      Some documentation would be appreciated. It's just annoying for there to be this massive change and hardly a post anywhere about how to use it.

      Attachments

        Activity

          15knots Martin Weber added a comment -

          Pass

          DESTDIR=${WORKSPACE}/some/dir
          

          as an environment variable in the build tool invocation, if you build with make.

          15knots Martin Weber added a comment - Pass DESTDIR=${WORKSPACE}/some/dir as an environment variable in the build tool invocation, if you build with make.
          15knots Martin Weber added a comment -

          The pre 2.0 versions mis-used the value of the install directory. field to set CMAKE_INSTALL_PREFIX (defaults to /usr/local/bin), which is meant to end up hardcoded in binary files.

          Post 2.0 versions have documentation for each input field in the GUI.

          15knots Martin Weber added a comment - The pre 2.0 versions mis-used the value of the install directory. field to set CMAKE_INSTALL_PREFIX (defaults to /usr/local/bin), which is meant to end up hardcoded in binary files. Post 2.0 versions have documentation for each input field in the GUI.

          People

            Unassigned Unassigned
            luhkevin Kevin Lu
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: