-
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
-
I still can't reproduce this. I added now your pattern in the testcase, however everything is correctly expanded.
Is there still anything missing in the test what is different to your setup?
How is your BUILD_NUMBER variable computed? Seems that it does contain a totally strange input. Maybe that is the problem?