-
Type:
Bug
-
Resolution: Incomplete
-
Priority:
Blocker
-
Component/s: jacoco-plugin
-
None
-
Environment:Jenkins install on ubuntu from deb package -> version 1.540
jacoco plugin version 1.0.14
I am doing unit test with JUnit and coverage with jacoco using an ant script.
This ant script is executed from Eclipse or from Jenkins.
Jacoco is working perfectly well when I execute my ant script with Eclipse, but when I try to use the jacoco plugin for jenkins in order to display coverage info, it fails with the message in the attachement file.
It seems that the plugin is looking at something under the job directory, but what is needed is under worspace directory.
I also attach my jacoco jenkins plugin config.