-
Improvement
-
Resolution: Fixed
-
Minor
-
None
-
Jenkins ver. 2.138.3 (Docker Hub)
Wanings NG 1.0.0-beta5
-
-
beta8 (warnings-ng), beta17 (analysis-model-api)
This a proposal to generalize the bahaviour of the "Gnu Make + Gnu Gcc Parser". The idea being that:
- The functionality is split, do that "Gnu Make" can be enabled independently. This makes sense as it "just" keeps track of the current working directory for resolving relative paths.
- To allow other build-systems or manually communicating the working directory to Jenkins from scripts, some "directory change notification" regex could be specified (potentially multiple fields for complex builds using multiple build systems). "Gnu Make" would then be just a predefined regex.
IMHO this would not be hard to do, and the "Next Gen" plugin would be a natural fit for such a changeĀ
- duplicates
-
JENKINS-14064 Use make output to map relative paths to absolute paths
- Resolved