IRC Plugin
Use this plugin for sending build status notifications via IRC. You can override the default configuration with the following parameters:
prefix
- Prefix for the sent notificationsnick
- Nickname used by the botchannel
- Messages sent are posted hererecipient
- Alternatively you can send it to a specific userserver
- Connection information for the serverhost
- IRC server host to connect toport
- IRC server port, defaults to 6667password
- Password for IRC server, optionaltls
- Enable TLS, defaults to false
Example
The following is a sample configuration in your .drone.yml file:
notify:
irc:
prefix: build
nick: drone
channel: my-channel
server:
host: chat.freenode.net
port: 6667
This website is a public GitHub repository, which is forked from upstream Drone CI documentation. Please help us by forking and improving upstream Drone CI documentation or Tea CI documentation.