notify/README.md

20 lines
394 B
Markdown

# notify
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}"
```