Skip to content

Commit

Permalink
Merge pull request #2053 from daniel-beck/JENKINS-31152
Browse files Browse the repository at this point in the history
[JENKINS-31152] Add Pipeline plugins, select by default
  • Loading branch information
daniel-beck committed Feb 24, 2016
2 parents 823f9ba + 47bfa4f commit 6cb6e9d
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 6cb6e9d

Please sign in to comment.