Skip to content

Commit

Permalink
[JENKINS-37862] Category for build-symlink (#270)
Browse files Browse the repository at this point in the history
* Category for build-symlink

* Offer a link to make it easy to edit label-definitions.properties
  • Loading branch information
jglick authored and daniel-beck committed Nov 5, 2019
1 parent fd6451a commit e546d03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Jenkins groups plugins into various categories in the plugin manager.

These categories historically were labels on the plugins' wiki page with Jenkins applying localization on the raw label value, if defined.
To remove the need to scrape wiki pages in this tool, we've changed this behavior, and plugins now have the labels defined in this repository.
See the file `src/main/resources/label-definitions.properties` for the plugin/label assignments.
See [`label-definitions.properties`](https://github.com/jenkins-infra/update-center2/edit/master/src/main/resources/label-definitions.properties) for the plugin/label assignments.

See https://github.com/jenkinsci/jenkins/blob/master/core/src/main/resources/hudson/model/Messages.properties (look for `UpdateCenter.PluginCategory`) for the localization overrides Jenkins applies.

Expand Down
1 change: 1 addition & 0 deletions src/main/resources/label-definitions.properties
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ build-monitor-plugin=view report ui
build-name-setter=buildwrapper
build-pipeline-plugin=builder post-build ui
build-publisher=upload
build-symlink=misc
build-time-blame=report ui
build-timeout=buildwrapper
build-timestamp=buildwrapper
Expand Down

0 comments on commit e546d03

Please sign in to comment.