The Line plugin posts build status messages to your channel.

Example

kind: pipeline
name: default
steps:
- name: line
  image: appleboy/drone-line
  settings:
    channel_secret: xxxxxxxxxx
    channel_token: xxxxxxxxxx
    to: line_user_id
    to_room: line_room_id
    to_group: line_group_id

Properties

  • channel_secret

    stringrequired

    The channel secret

    Secret recommended

    Default: none

  • channel_token

    stringrequired

    The channel token

    Secret recommended

    Default: none

  • to

    stringoptional

    The user ID to send a message to

    Default: none

  • message

    stringrequired

    Overwrite the default message template.

    Default: none

  • images

    arrayoptional

    Valid image URLs

    Default: none

  • videos

    arrayoptional

    Valid video URLs

    Default: none

  • audios

    arrayoptional

    Valid audio URLs

    Default: none

  • locations

    arrayoptional

    Valid location lat/lng

    Default: none

  • stickers

    arrayoptional

    Valid stickers

    Default: none