notify/README.md

394 B

notify

A woodpecker plugin that sends notification to matrix and IRC.

Example:

  notify:
    image: lxsameer/notify:3
    settings:
      matrix_room_id:
        from_secret: matrix_room
      matrix_access_token:
        from_secret: matrix_token

      matrix_user:
        from_secret: matrix_user

      matrix_msg: "[${CI_REPO}] JOB #${CI_BUILD_NUMBER} - ${CI_JOB_STATUS}"