Add global-vars-[releng|sandbox] cfg file 47/68047/5
authorThanh Ha <thanh.ha@linuxfoundation.org>
Thu, 8 Feb 2018 03:08:56 +0000 (22:08 -0500)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Tue, 13 Feb 2018 02:06:22 +0000 (21:06 -0500)
New Global Jenkins configuration file used by new jenkins-cfg job
to manage Global environment variables. This patch requires
global-jjb v0.16.0.

Ignore jenkins-config ShellCheck as the files in there are not
actual shell scripts (in hindsight global-jjb should have gave
them a different extension).

Issue: https://jira.linuxfoundation.org/browse/RELENG-753
Change-Id: I7b5683a0ebc2f17ac5fbed86610b82e88253e374
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
.coafile
jenkins-config/global-vars-releng.sh [new file with mode: 0644]
jenkins-config/global-vars-sandbox.sh [new file with mode: 0644]
jjb/releng-jobs.yaml

index 47cf0afb0b62d28f3efad57549d4f6ee72186348..f087a8e75323cbb718dfec277f19972ec4eaa01d 100644 (file)
--- a/.coafile
+++ b/.coafile
@@ -31,6 +31,7 @@ files = **.sh
 ignore = .git/**,
     .tox/**,
     jjb/global-jjb/**,
+    jenkins-config/**,
     jenkins-scripts/*-local-env.sh
 shell = bash
 indent_size = 4
diff --git a/jenkins-config/global-vars-releng.sh b/jenkins-config/global-vars-releng.sh
new file mode 100644 (file)
index 0000000..83b3cb5
--- /dev/null
@@ -0,0 +1,9 @@
+GERRIT_URL=https://git.opendaylight.org/gerrit
+GIT_BASE=git://devvexx.opendaylight.org/mirror/$PROJECT
+GIT_URL=git://devvexx.opendaylight.org/mirror
+JENKINS_HOSTNAME=vex-yul-odl-jenkins-1
+LOGS_SERVER=https://logs.opendaylight.org
+NEXUS_URL=https://nexus.opendaylight.org
+ODLNEXUSPROXY=https://nexus.opendaylight.org
+SILO=releng
+SONAR_URL=https://sonar.opendaylight.org
diff --git a/jenkins-config/global-vars-sandbox.sh b/jenkins-config/global-vars-sandbox.sh
new file mode 100644 (file)
index 0000000..62de193
--- /dev/null
@@ -0,0 +1,9 @@
+GERRIT_URL=https://git.opendaylight.org/gerrit
+GIT_BASE=git://devvexx.opendaylight.org/mirror/$PROJECT
+GIT_URL=git://devvexx.opendaylight.org/mirror
+JENKINS_HOSTNAME=vex-yul-odl-jenkins-2
+LOGS_SERVER=https://logs.opendaylight.org
+NEXUS_URL=https://nexus.opendaylight.org
+ODLNEXUSPROXY=https://nexus.opendaylight.org
+SILO=sandbox
+SONAR_URL=https://sonar.opendaylight.org
index 1b90cc55b103d74f7be55532cd6c409c7345f9bf..6ae1b9ea347ce085a7a40d77685dfea6ab314a95 100644 (file)
@@ -5,6 +5,7 @@
       - '{project-name}-ci-jobs':
           build-node: centos7-builder-2c-2g
           build-timeout: 60
+          jenkins-silos: releng sandbox
       - builder-check-poms
       - builder-copy-sandbox-logs
       - builder-openstack-cron