jenkinsci / gradle-jpi-plugin

Build Jenkins Plugins with Gradle
79 stars 50 forks source link

Static Analysis and Coverage Reports for ci.jenkins.io #217

Closed sghill closed 1 year ago

sghill commented 1 year ago

The gradle-jpi-plugin does not currently set up publishing reports to ci.jenkins.io, which is required for hosting OSS plugins.

Plugins already exist for spotbugs, jacoco, and many more. The simplest way to fulfill this requirement is to configure these plugins alongside the OSS repositories.

This is an action item from #213.