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

CMake: workingDir documentation needed

    XMLWordPrintable

Details

    Description

      The "workingDir" argument for all of the CMake steps require a bit more information, especially how the argument applies to the `WORKING_DIRECTORY` for example with the cmake `add_test()` function:

      WORKING_DIRECTORY
        Set the WORKING_DIRECTORY test property to specify the working directory in which to execute the test. If not specified the test will be run with the current working directory set to the build directory corresponding to the current source directory.
      

      https://cmake.org/cmake/help/latest/command/add_test.html

      Attachments

        Activity

          carelc Carel Combrink created issue -
          15knots Martin Weber added a comment -

          Could you elaborate, which bit more information is required?
          The working dir argument sets the current working directory of the process that is started (cmake/ctes/cpack).

          15knots Martin Weber added a comment - Could you elaborate, which bit more information is required? The working dir argument sets the current working directory of the process that is started (cmake/ctes/cpack).

          People

            15knots Martin Weber
            carelc Carel Combrink
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated: