Skip to content

Commit

Permalink
Temporarily remove plugins affected by JENKINS-33296
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-beck committed Mar 10, 2016
1 parent 28d0bad commit 7f87486
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions war/src/main/js/api/plugins.js
Expand Up @@ -20,7 +20,7 @@ exports.recommendedPlugins = [
"gradle",
"ldap",
"mailer",
"matrix-auth",
// "matrix-auth",
"pam-auth",
"pipeline-stage-view",
"ssh-slaves",
Expand All @@ -39,7 +39,7 @@ exports.availablePlugins = [
{
"category":"Organization and Administration",
"plugins": [
{ "name": "dashboard-view" },
// { "name": "dashboard-view" },
{ "name": "build-monitor-plugin" },
{ "name": "cloudbees-folder" },
{ "name": "antisamy-markup-formatter" }
Expand Down Expand Up @@ -73,12 +73,12 @@ exports.availablePlugins = [
{
"category":"Build Analysis and Reporting",
"plugins": [
{ "name": "checkstyle" },
{ "name": "cobertura" },
// { "name": "checkstyle" },
// { "name": "cobertura" },
{ "name": "htmlpublisher" },
{ "name": "junit" },
{ "name": "sonar" },
{ "name": "warnings" },
// { "name": "sonar" },
// { "name": "warnings" },
{ "name": "xunit" }
]
},
Expand All @@ -90,8 +90,8 @@ exports.availablePlugins = [
{ "name": "github-branch-source" },
{ "name": "pipeline-stage-view" },
{ "name": "build-pipeline-plugin" },
{ "name": "conditional-buildstep" },
{ "name": "jenkins-multijob-plugin" },
// { "name": "conditional-buildstep" },
// { "name": "jenkins-multijob-plugin" },
{ "name": "parameterized-trigger" },
{ "name": "copyartifact" }
]
Expand Down Expand Up @@ -124,7 +124,7 @@ exports.availablePlugins = [
{
"category":"User Management and Security",
"plugins": [
{ "name": "matrix-auth" },
// { "name": "matrix-auth" },
{ "name": "pam-auth" },
{ "name": "ldap" },
{ "name": "role-strategy" },
Expand Down

0 comments on commit 7f87486

Please sign in to comment.