forked from michaelmccaskill/plugin-site-api
-
Notifications
You must be signed in to change notification settings - Fork 23
/
categories.json
72 lines (67 loc) · 1.47 KB
/
categories.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"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":
[
"ios",
"dotnet",
"android",
"ruby"
]
},
{
"id": "userInterface",
"title": "User interface",
"description": "Add-ons designed to make your iteraction with Jenkins better.",
"labels":
[
"ui",
"listview-column"
]
},
{
"id": "adminTools",
"title": "Administration",
"description": "Add functionality to help streamline your administration of Jenkins.",
"labels":
[
"slaves",
"page-decorator",
"user",
"cluster",
"cli"
]
},
{
"id": "scm",
"title": "Source code management",
"description": "Connect to your Jenkins to your SCM.",
"labels":
[
"scm",
"scm-related"
]
},
{
"id": "buildManagement",
"title": "Build management",
"description": "Add new means of trigger jobs and new ways to ensure environment consistency for you automated processes.",
"labels":
[
"trigger",
"buildwrapper",
"notifier",
"deployment",
"parameter",
"post-build",
"builder",
"report",
"upload"
]
}
]
}