-
Type:
New Feature
-
Resolution: Duplicate
-
Priority:
Minor
-
Component/s: warnings-ng-plugin
My pipelines generate my builds out of source which has provide me with a problem with any warning messages that use relative paths for the file names. warnings-ng is able to parse the warning messages beautifully but it's unable to link it back to the scm directory or source root.
Â
For reference, my jenkins workspace looks a little like this...
Â
<WORKSPACE ROOT>/
<WORKSPACE ROOT>/scm/
<WORKSPACE ROOT>/scm/.git/
<WORKSPACE ROOT>/build/
<WORKSPACE ROOT>/reports/
<WORKSPACE ROOT>/dist/
<WORKSPACE ROOT>/logs/
Â
What I would love is to use is something like this is my pipeline
Â
recordIssues(
  tools: [myPy(name: 'MyPy', pattern: 'logs/mypy.log')],      sourcePath: "scm"
)
Â
I love this plugin. it's saved me from so much trouble
- duplicates
-
JENKINS-48802 Possibility to add/change the path that used to display source files
-
- Resolved
-