irc.svg

IRC

by drone-plugins


The IRC plugin can be used to send notifications to an IRC channel.

Example

kind: pipeline
name: default

steps:
- name: irc
  image: plugins/irc
  settings:
    nick: drone-bot
    channel: #my-awesome-project 
    host: irc.example.com 
    port: 6667

Properties

  • nick

    stringoptional

    nickname used by bot

    Default: drone{random-number}

  • channel

    stringoptional

    channel to post message in

    Default: none

  • recipients

    stringoptional

    recipient

    Default: none

  • host

    stringoptional

    irc server host

    Default: none

  • port

    stringoptional

    port

    Default: 6667

  • password

    stringoptional

    password

    Secret recommended

    Default: none

  • sasl-password

    stringoptional

    sasl-password

    Secret recommended

    Default: none

  • enable-tls

    booleanoptional

    enable tls

    Default: false

  • use-sasl

    booleanoptional

    use use-sasl

    Default: false