From 01c69f9002d9f2ba004d269b834d3cd5b69f4f7e Mon Sep 17 00:00:00 2001 From: Drew Short Date: Sun, 12 Jan 2020 09:21:43 -0600 Subject: [PATCH] Adding tag file --- pipeline.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/pipeline.yml b/pipeline.yml index 8173e48..05a1d93 100644 --- a/pipeline.yml +++ b/pipeline.yml @@ -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