From: Aric Gardner Date: Thu, 10 Oct 2019 20:00:45 +0000 (-0400) Subject: Add RTD global vars. X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=06cafdb6ab494cbb368031203d8aa3fb09aec00d;p=ci-management.git Add RTD global vars. Can be merged now, not needed until rtdv2 patches are merged and brought in via global jjb Signed-off-by: Aric Gardner Change-Id: If49fc5b4440ad065e0735cf20164ca3750c457f1 --- diff --git a/jenkins-config/global-vars-production.sh b/jenkins-config/global-vars-production.sh index 1bf4fe9c..ab840d26 100644 --- a/jenkins-config/global-vars-production.sh +++ b/jenkins-config/global-vars-production.sh @@ -8,3 +8,4 @@ REGISTRY_PORTS=10001 10002 10003 10004 SIGUL_BRDIGE_IP=10.32.4.8 SIGUL_KEY=oran-release-2019 SILO=production +MASTER_RTD_PROJECT=doc diff --git a/jenkins-config/global-vars-sandbox.sh b/jenkins-config/global-vars-sandbox.sh index 919d0406..1f3aeaf8 100644 --- a/jenkins-config/global-vars-sandbox.sh +++ b/jenkins-config/global-vars-sandbox.sh @@ -8,3 +8,4 @@ REGISTRY_PORTS=10001 10002 10003 10004 SIGUL_BRDIGE_IP=10.32.4.8 SIGUL_KEY=oran-sandbox SILO=sandbox +MASTER_RTD_PROJECT=doc-test