A woodpecker plugin that sends notification to matrix and IRC.
Go to file
Sameer Rahmani 5e93278007
First release
2023-05-13 21:28:46 +01:00
Dockerfile First release 2023-05-13 21:28:46 +01:00
LICENSE Initial commit 2023-05-13 18:26:10 +01:00
Makefile First release 2023-05-13 21:28:46 +01:00
README.md First release 2023-05-13 21:28:46 +01:00
go.mod First release 2023-05-13 21:28:46 +01:00
go.sum First release 2023-05-13 21:28:46 +01:00
main.go First release 2023-05-13 21:28:46 +01:00
notify First release 2023-05-13 21:28:46 +01:00

README.md

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}"