jobs:
~ - name: build-developers
+ | |
+ | on_failure:
+ | | put: matrix-notif
+ | | params:
+ | | | text: Test failure.
+ | | | debug: true
+ | | | always_notiy: true
+ | | | silent: false
+ | on_error:
+ | | put: matrix-notif
+ | | params:
+ | | | text: Test failure.
+ | | | debug: true
+ | | | always_notiy: true
+ | | | silent: false
concourse v. 7.8.2