|
|
@ -4,6 +4,10 @@ resource_types: |
|
|
|
type: docker-image |
|
|
|
source: |
|
|
|
repository: linkyard/concourse-helm-resource |
|
|
|
- name: matrix-notification-resource |
|
|
|
type: docker-image |
|
|
|
source: |
|
|
|
repository: freelock/matrix-notification-resource |
|
|
|
|
|
|
|
resources: |
|
|
|
- name: git-develop |
|
|
@ -45,6 +49,12 @@ resources: |
|
|
|
cluster_url: ((helm.cluster_url)) |
|
|
|
cluster_ca: ((helm.cluster_ca)) |
|
|
|
token: ((helm.token)) |
|
|
|
- name: matrix-notification |
|
|
|
type: matrix-notification-resource |
|
|
|
source: |
|
|
|
matrix_server_url: (( matrix.url )) |
|
|
|
token: (( matrix.token )) |
|
|
|
room_id: (( matrix.room_id )) |
|
|
|
|
|
|
|
jobs: |
|
|
|
# Development Pipeline |
|
|
|