Gradle, Jacoco, Jenkins - How can I get Jenkins to publish the report? Gradle, Jacoco, Jenkins - How can I get Jenkins to publish the report? jenkins jenkins

Gradle, Jacoco, Jenkins - How can I get Jenkins to publish the report?


  1. Install Jenkins JaCoCo Plugin. It's build-tool-independent and consumes JaCoCo *.exec files

  2. Add and configure post-build action "Record JaCoCo coverage report". Detailed instructions on how to set up coverage retrieval and publishing can be found the official documentation.