Wiki plugin labels

21 views
Skip to first unread message

Mez Pahlan

unread,
Oct 1, 2018, 5:17:20 PM10/1/18
to Jenkins Developers
I maintain the HockeyApp plugin and was curious as to why the android label does not appear on the plugin page nor on the Android filter on the plugin index.

I used the Jenkins plugin API for my plugin and saw that the label is indeed not appearing in the returned JSON so can understand why it wouldn't appear in the two places I mentioned above. However I can't quite work out where to add the label.

{
...

"categories": [
"languagesPlatforms",
"buildManagement"
],
"excerpt": "This plugin allows you to upload new versions of your iOS (.ipa), MacOS (.app), and Android (.apk) applications to hockeyapp.net.",
"gav": "org.jenkins-ci.plugins:hockeyapp:1.3.2",
"labels": [
"upload",
"ios"
],
"name": "hockeyapp",
"title": "HockeyApp",
"url": "http://updates.jenkins-ci.org/download/plugins/hockeyapp/1.3.2/hockeyapp.hpi",
"version": "1.3.2",

...
}

In the wiki page itself I have added a plugin-android label in the same way that there already existed plugin-upload and plugin-ios but that hasn't helped. Is there someplace else I should be adding it? 

Many thanks.

Sven Schoenung

unread,
Oct 2, 2018, 3:15:25 AM10/2/18
to Jenkins Developers
On Monday, October 1, 2018 at 11:17:20 PM UTC+2, Mez Pahlan wrote:
I maintain the HockeyApp plugin and was curious as to why the android label does not appear on the plugin page nor on the Android filter on the plugin index.


I just realized that I have the same issue with my own calendar-view plugin and the ui label.

I did some searching around and found this thread:


TLDR: Wiki labels don't drive labels on the plugin page. You have to file a PR here:

Mez Pahlan

unread,
Oct 2, 2018, 3:27:43 PM10/2/18
to Jenkins Developers
That's perfect thank you. PR filed. :)
Reply all
Reply to author
Forward
0 new messages