By Xmartlabs SRL.
This is a Jenkins plugin that sends the build result of a job to one or more slack channels. This plugin uses Slack incoming webhooks instead of integrations. The message includes:
- The result of the build (Success, Failure, Completed with errors)
- A link to take you to the build
- The branch that was being built
- The commit that was being built
To build the plugin, just execute
mvn package
The plugin will be located in the target folder, under the name buildslacknotifier.hpi
You can upload that file directly to Jenkins. To do that, go to Manage Jenkins > Manage Plugins > Advanced
As with any other Jenkins plugin, maven 3 is a requirement. Install instructions
- If you want to contribute please feel free to submit pull requests.
- If you have a feature request please open an issue.
- If you found a bug or need help please check older issues, FAQ and threads on StackOverflow (Tag 'BuildSlackNotifier') before submitting an issue..
Before contribute check the CONTRIBUTING file for more info.
If you use BuildSlackNotifier we would love to hear about it! Drop us a line on twitter.
This can be found in the CHANGELOG.md file.