-
Bug
-
Resolution: Fixed
-
Minor
-
None
-
Jenkins 1.656
Centos 5
Warnings plugin 2.52
When configuring file names to be scanned for compiler warnings, it would be good to be able to use build environment variables (similar to other fields e.g. the Command field in an Execute Shell box).
I'd like to be able to enter "${CLEARCASE_VIEWPATH}/vobs/somePath/build_output" into the File Pattern field of Scan Workspace Files. But it doesn't expand the ${CLEARCASE_VIEWPATH}.
I can work around it by using "*/vobs/somePath/build_output" as that filename is unique. But I shouldn't have to.
- is related to
-
JENKINS-30735 Can't use variables in result files path pattern
-
- Resolved
-
[JENKINS-34157] Warnings plugin doesn't allow environment variables in file names
Link |
New:
This issue is related to |
Resolution | New: Cannot Reproduce [ 5 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |
Hmm, this has been implemented in https://github.com/jenkinsci/warnings-plugin/pull/33.