Plugin vers matrix

This commit is contained in:
Bertrand Benjamin 2020-08-04 14:48:14 +00:00
parent 573224ddfe
commit 558c4ddf0a
1 changed files with 17 additions and 0 deletions

View File

@ -3,6 +3,23 @@ name: Push Content
type: docker
steps:
- name: notify
image: plugins/matrix
settings:
homeserver:
from_secret: matrix-homeserver
roomid:
from_secret: matrix-roomid
username:
from_secret: matrix-username
password:
from_secret: matrix-pass
template: >
{{#success build.status}}
build {{build.number}} succeeded. Good job.
{{else}}
build {{build.number}} failed. Fix me please.
{{/success}}
- name: Push Content
image: alpine
commands: