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

          luhkevin Kevin Lu created issue -
          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.
          15knots Martin Weber made changes -
          Field Original Value New Value
          Resolution Won't Do [ 10001 ]
          Status Open [ 1 ] Closed [ 6 ]
          rtyler R. Tyler Croy made changes -
          Workflow JNJira [ 165158 ] JNJira + In-Review [ 209160 ]

          People

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

            Dates

              Created:
              Updated:
              Resolved: