jacoco-plugin icon indicating copy to clipboard operation
jacoco-plugin copied to clipboard

Add support for environment variables in source and class text fields in the plugin's configuration

Open NonGrate opened this issue 9 years ago • 2 comments

I've met the problem, that when environment variables are used in the JaCoCo configuration in Jenkins.

Exclusions variables is parsed and the value is sent to the JaCoCo report generation, but source and classes paths are passed to the report generation as strings.

This pull request fixes the bug and allows to use environment variables in the class paths and source paths test fields.

Here's the opened issue: https://issues.jenkins-ci.org/browse/JENKINS-36168

NonGrate avatar Oct 12 '16 13:10 NonGrate

Haven't wrote test yet. Planning to do that.

NonGrate avatar Mar 16 '17 07:03 NonGrate

@NonGrate are you still planning to finish the PR? I'd be glad to help.

don-vip avatar Nov 07 '17 20:11 don-vip