From 64b8d8c16992804f5cdf6f173a181c72eeb1faee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hunor=20Csomort=C3=A1ni?= Date: Thu, 8 Nov 2018 17:09:59 +0100 Subject: [PATCH] Allow custom SCMs in OpenShift MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The template is intended to be used for testing, so it makes sense to allow submitting builds from custom SCM URLs. Signed-off-by: Hunor Csomortáni --- openshift/mbs-test-template.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/openshift/mbs-test-template.yaml b/openshift/mbs-test-template.yaml index 2ecc2486..01626f5c 100644 --- a/openshift/mbs-test-template.yaml +++ b/openshift/mbs-test-template.yaml @@ -122,6 +122,7 @@ objects: PDC_INSECURE = True PDC_DEVELOP = True SCMURLS = [] + ALLOW_CUSTOM_SCMURLS = True RESOLVER = 'db' @@ -535,6 +536,7 @@ objects: PDC_INSECURE = True PDC_DEVELOP = True SCMURLS = [] + ALLOW_CUSTOM_SCMURLS = True RESOLVER = 'db'