jenkinsci / jenkinsci/cmakebuilder-plugin

[JENKINS-68349] CMake: workingDir documentation needed

Open
#62 1 comment 0 reactions 0 assignees View on GitHub
component:cmakebuilder-plugin imported-jira-issue priority:minor resolution:unresolved
Dominant language
Java
Stars
20
Forks
16
PR merge metrics
No merged PRs in 30d

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

---
Originally reported by carelc, imported from: CMake: workingDir documentation needed


  • assignee: 15knots
  • status: Open
  • priority: Minor
  • component(s): cmakebuilder-plugin
  • resolution: Unresolved
  • votes: 0
  • watchers: 2
  • imported: 20260124-160229

Raw content of original issue

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

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.