Navigation Menu

Skip to content

Commit

Permalink
[JENKINS-31152] Add Pipeline plugins, select by default
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-beck committed Feb 22, 2016
1 parent 3624f70 commit 47bfa4f
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion war/src/main/js/api/plugins.js
Expand Up @@ -10,12 +10,15 @@
exports.recommendedPlugins = [
"antisamy-markup-formatter",
"credentials",
"github-branch-source",
"junit",
"mailer",
"matrix-auth",
"script-security",
"subversion",
"translation"
"translation",
"workflow-aggregator",
"workflow-multibranch"
];

//
Expand Down Expand Up @@ -51,6 +54,14 @@ exports.availablePlugins = [
{ "name": "junit" }
]
},
{
"category":"Pipelines and Continuous Delivery",
"plugins": [
{ "name": "workflow-aggregator" },
{ "name": "github-branch-source" },
{ "name": "workflow-multibranch" }
]
},
{
"category":"SCM",
"plugins": [
Expand Down

0 comments on commit 47bfa4f

Please sign in to comment.