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 <csomh@redhat.com>
This commit is contained in:
Hunor Csomortáni
2018-11-08 17:09:59 +01:00
parent 438fc1e531
commit 64b8d8c169

View File

@@ -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'