Hi Dominik, Thanks for the reply. How would you be doing that. how will it reflect in my build.
On Friday, September 8, 2017 at 5:30:53 PM UTC+5:30, Dominik Stadler wrote: > > Please note that this list is mainly for discussion of the jacoco-plugin > for jenkins, not jacoco itself. there are other channels available for > jacoco itself where people with more in-depth knowledge will look at your > question. > > From a high level your problem sounds like you are using reflection to > iterate over the fields of a class and jacoco is dynamically adding a field > via the java-agent. I would try to exclude the field in the extraction part. > > Dominik > > On Sep 8, 2017 12:38 PM, <[email protected] <javascript:>> wrote: > >> Hi All, >> >> I am using jenkins 2.7.2. and jacoco plugin - 0.7.9. In one of my jenkins >> build i have configured jacoco and it is working succefully. >> >> The issue that i encountered is there are some automation test cases >> which get executed. Some test cases generate excel sheet as per >> requirement. Now, when jacoco is enabled it for the build, the automation >> test case which generates excel sheet. It adds one more column to excel >> sheet as '$jacocoData' and my test fails as the column numbers did not >> match the given column number. >> >> Here i dont understand how jacoco can access my automation test excel >> sheet file. and add column to it. It happens for one test case only. >> >> Does jacoco reads internal files while generating reports. >> >> Can somebody please put some light on it. >> >> Thanks. >> >> -- >> Azért kapta ezt az üzenetet, mert feliratkozott a Google Csoportok >> „Jenkins JaCoCo plugin mailing list” csoportjára. >> Az erről a csoportról és az ahhoz kapcsolódó e-mailekről való >> leiratkozáshoz küldjön egy e-amailt a(z) >> [email protected] >> <javascript:> címre. >> Ha üzenetet szeretne küldeni ebbe a csoportba, küldjön e-mailt a(z) >> [email protected] <javascript:> címre. >> További lehetőségekért látogasson el ide: >> https://groups.google.com/d/optout. >> > -- Azért kapta ezt az üzenetet, mert feliratkozott a Google Csoportok szolgáltatásbeli Jenkins JaCoCo plugin mailing list csoportra. Az erről a csoportról és az ahhoz kapcsolódó e-mailekről való leiratkozáshoz küldjön egy e-amailt a(z) [email protected] címre. Ha üzenetet szeretne küldeni ebbe a csoportba, küldjön egy e-mailt a(z) [email protected] címre. További lehetőségekért látogasson el a(z) https://groups.google.com/d/optout címre.
