提交 6cb6e9d5 编写于 作者: D Daniel Beck

Merge pull request #2053 from daniel-beck/JENKINS-31152

[JENKINS-31152] Add Pipeline plugins, select by default
......@@ -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"
];
//
......@@ -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": [
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册