From f9051099dbcb0568faf4ca92c88b1180f8640f3d Mon Sep 17 00:00:00 2001 From: Drew Short Date: Sun, 12 Jan 2020 09:42:10 -0600 Subject: [PATCH] Adding credentials to pull from docker repository --- pipeline.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pipeline.yml b/pipeline.yml index e10eb66..3348f01 100644 --- a/pipeline.yml +++ b/pipeline.yml @@ -8,6 +8,8 @@ resource_types: type: docker-image source: repository: nexus.nulloctet.com:5000/sothr/matrix-notification-resource + username: ((nexus_docker_read.username)) + password: ((nexus_docker_read.password)) resources: - name: git-develop