From 64b8d8c16992804f5cdf6f173a181c72eeb1faee Mon Sep 17 00:00:00 2001 From: Hunor Csomortáni Date: Nov 12 2018 16:56:16 +0000 Subject: Allow custom SCMs in OpenShift 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 --- diff --git a/openshift/mbs-test-template.yaml b/openshift/mbs-test-template.yaml index 2ecc248..01626f5 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'