Remove 'junk' category

This commit is contained in:
Michael McCaskill 2016-09-24 10:38:37 -04:00
parent 81417a1513
commit 5b0c9452df
1 changed files with 8 additions and 20 deletions

View File

@ -1,11 +1,11 @@
{
"categories":
"categories":
[
{
"id": "languagesPlatforms",
"title": "Platforms",
"description": "Jenkins plugins that are designed to give added support for building, testing or deploying to specific languages or platforms.",
"labels":
"labels":
[
"ios",
"dotnet",
@ -19,7 +19,7 @@
"id": "userInterface",
"title": "User interface",
"description": "Add-ons designed to make your iteraction with Jenkins better.",
"labels":
"labels":
[
"ui",
"listview-column"
@ -30,7 +30,7 @@
"id": "adminTools",
"title": "Administration",
"description": "Add functionality to help streamline your administration of Jenkins.",
"labels":
"labels":
[
"slaves",
"page-decorator",
@ -44,7 +44,7 @@
"id": "scm",
"title": "Source code management",
"description": "Connect to your Jenkins to your SCM.",
"labels":
"labels":
[
"scm",
"scm-related"
@ -55,7 +55,7 @@
"id": "buildManagement",
"title": "Build management",
"description": "Add new means of trigger jobs and new ways to ensure environment consistency for you automated processes.",
"labels":
"labels":
[
"trigger",
"buildwrapper",
@ -67,19 +67,7 @@
"report",
"upload"
]
},
{
"id": "junk",
"hidden": true,
"labels":
[
"library",
"misc",
"must-be-labeled",
"external",
"maven"
]
}
]
}
}