-
Bug
-
Resolution: Not A Defect
-
Minor
-
None
-
Jenkins version 1.609.1
org.jenkins-ci.tools:gradle-jpi-plugin:0.14.1
When viewing the plugin in Update Center, the description reads 'No description available.' even though I set the description in my build.gradle file:
group = 'com.myteam'
version = '1.1'
description = 'Publish Jenkins metadata on every build.'
The Update Center reads the excerpt from the plugin's wiki page, see Plugin.java#L276. So you need to create a wiki page for your plugin.