-
New Feature
-
Resolution: Unresolved
-
Minor
-
None
We generate the CodeStyle report inside a docker.
All the source file paths in the report are generated based on the paths inside docker.
When publishing to Jenkins those paths aren't mapping to the host that runs the Jenkins worker.
It would help a lot if there was an option to map source code paths.
Basically to specify source and target for the mapping:
source: `/path/inside/docker`
target: `/path/in/jenkins/workspace`
Are the source files also physically available in `/path/in/jenkins/workspace`? Or do you just want to render a different path?