Skip to content

Commit

Permalink
Merge pull request #2134 from daniel-beck/JENKINS-33571
Browse files Browse the repository at this point in the history
[FIX JENKINS-33571] Remove Slack Plugin from the list
  • Loading branch information
daniel-beck committed Mar 16, 2016
2 parents 449719c + fdd6cb2 commit ac6bd46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion war/src/main/js/api/plugins.js
Expand Up @@ -136,7 +136,7 @@ exports.availablePlugins = [
{ "name": "emailext-template" },
{ "name": "mailer" },
{ "name": "publish-over-ssh" },
{ "name": "slack" },
// { "name": "slack" }, // JENKINS-33571
{ "name": "ssh" }
]
}
Expand Down

0 comments on commit ac6bd46

Please sign in to comment.