notify/README.md

20 lines
394 B
Markdown
Raw Permalink Normal View History

2023-05-13 18:26:10 +01:00
# notify
2023-05-13 21:28:46 +01:00
A woodpecker plugin that sends notification to matrix and IRC.
Example:
```yaml
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}"
```