Emmanuel Caicedo

Results 6 comments of Emmanuel Caicedo

This is similar to issue #553 which is already resolved with version `2.100.0.0`. That issue can be closed.

@eyalbe4 Yeah it seems that `artifactory-java-services` is using a FatJar now (see screenshot below for comparison). It does not even has the same content anymore. I feel like `artifactory-java-services` is...

I tried using the `classDumpDir` workaround mentioned by @dblock in [this comment](https://github.com/jenkinsci/JenkinsPipelineUnit/issues/103#issuecomment-971588611) but these are the limitations that I found 1. Only loaded classes will be dumped (i.e. classes not...

> @deporcali This was no small feat! What's the "right" way to fix this? @dblock This was just to enhance your workaround to overcome the limitations that it has 1....

> @deporcali take a look at my solution above. Regarding IntelliJ code coverage agent, I tried it some time ago inside the IDE itself and it works as you said...

@mkobit based in [your research and comments](https://github.com/mkobit/jenkins-pipeline-shared-libraries-gradle-plugin/issues/32#issuecomment-366371128) I extended it to something that works really good for me. I got around the duplicated classes error by creating several Jacoco xml...