From f2dcd530b5bfc8aab46d39a9306317008f715d5b Mon Sep 17 00:00:00 2001 From: Thanh Ha Date: Wed, 7 Feb 2018 22:08:56 -0500 Subject: [PATCH] Add global-vars-[releng|sandbox] cfg file 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 --- .coafile | 1 + jenkins-config/global-vars-releng.sh | 9 +++++++++ jenkins-config/global-vars-sandbox.sh | 9 +++++++++ jjb/releng-jobs.yaml | 1 + 4 files changed, 20 insertions(+) create mode 100644 jenkins-config/global-vars-releng.sh create mode 100644 jenkins-config/global-vars-sandbox.sh diff --git a/.coafile b/.coafile index 47cf0afb0..f087a8e75 100644 --- 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 index 000000000..83b3cb51f --- /dev/null +++ b/jenkins-config/global-vars-releng.sh @@ -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 index 000000000..62de193e3 --- /dev/null +++ b/jenkins-config/global-vars-sandbox.sh @@ -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 diff --git a/jjb/releng-jobs.yaml b/jjb/releng-jobs.yaml index 1b90cc55b..6ae1b9ea3 100644 --- a/jjb/releng-jobs.yaml +++ b/jjb/releng-jobs.yaml @@ -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 -- 2.36.6