Skip to content

Instantly share code, notes, and snippets.

@recena
Created March 15, 2016 23:21
Show Gist options
  • Save recena/e93027ebef1f520592a6 to your computer and use it in GitHub Desktop.
Save recena/e93027ebef1f520592a6 to your computer and use it in GitHub Desktop.
{
"categories": [{
"description": "Create projects with a self-contained configuration and history. These projects can be at the top-level or grouped within folders.",
"id": "category-id-standaloneprojects",
"items": [{
"displayName": "Freestyle project",
"weight": 0,
"description": "This is the central feature of Jenkins. Jenkins will build your project, combining any SCM with any build system, and this can be even used for something other than software build.",
"class": "hudson.model.FreeStyleProject"
}, {
"displayName": "Pipeline",
"weight": 1,
"description": "Orchestrates long-running activities that can span multiple build slaves. Suitable for building pipelines and/or organizing complex activities that do not easily fit in free-style job type.",
"class": "org.jenkinsci.plugins.workflow.job.WorkflowJob"
}, {
"displayName": "Multi-configuration project",
"weight": 2,
"description": "Suitable for projects that need a large number of different configurations, such as testing on multiple environments, platform-specific builds, etc...",
"class": "hudson.matrix.MatrixProject"
}],
"minToShow": 1,
"name": "Standalone Projects",
"weight": -2147483648
}, {
"description": "Create project categories or project hierarchies with folders. Folders can be created manually or automatically based on repositories.",
"id": "category-id-nestedprojects",
"items": [{
"displayName": "Folder",
"weight": 0,
"description": "Creates a container that stores nested items in it. Useful for grouping things together. Unlike view, which is just a filter, a folder creates a separate namespace, so you can have multiple things of the same name as long as they are in different folders.",
"class": "com.cloudbees.hudson.plugins.folder.Folder"
}, {
"displayName": "GitHub Organization",
"weight": 2,
"description": "Scans a GitHub organization (or user account) for all repositories matching some defined markers.",
"class": "org.jenkinsci.plugins.github_branch_source.GitHubSCMNavigator"
}, {
"displayName": "Multibranch Pipeline",
"weight": 1,
"description": "Creates a set of Pipeline projects according to detected branches in one SCM repository.",
"class": "org.jenkinsci.plugins.workflow.multibranch.WorkflowMultiBranchProject"
}],
"minToShow": 1,
"name": "Nested Projects",
"weight": -2147483646
}]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment