X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jenkins-config%2Fglobal-vars-releng.sh;h=2b3fc306623c31ca93f45947b8822283a96bb1a7;hb=05e46bd963b0aaad05a3591e4206a0c1c4d7a6e3;hp=d05b8531c13e82025aaf64788b718577f0699cb1;hpb=355839ebd1ebf8697319105b6c6c4d562dfcfd68;p=releng%2Fbuilder.git diff --git a/jenkins-config/global-vars-releng.sh b/jenkins-config/global-vars-releng.sh index d05b8531c..2b3fc3066 100644 --- a/jenkins-config/global-vars-releng.sh +++ b/jenkins-config/global-vars-releng.sh @@ -1,11 +1,22 @@ +#!/bin/sh + +CONTAINER_PULL_REGISTRY=nexus3.opendaylight.org:10003 +CONTAINER_PUSH_REGISTRY=nexus3.opendaylight.org:10002 +DOCKER_REGISTRY=nexus3.opendaylight.org +DOCKERHUB_REGISTRY=docker.io 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 +LOGS_SERVER= NEXUS_URL=https://nexus.opendaylight.org ODLNEXUSPROXY=https://nexus.opendaylight.org -SIGUL_BRIDGE_IP=10.30.168.3 -SIGUL_KEY=odl-release-2018 +REGISTRY_PORTS=10001 10002 10003 10004 +RELEASE_USERNAME=odl-release +RELEASE_EMAIL=collab-it+odl-release@linuxfoundation.org +SIGUL_BRIDGE_IP=199.204.45.55 +SIGUL_KEY=odl-release-2020 SILO=releng SONAR_URL=https://sonar.opendaylight.org +S3_BUCKET=odl-logs-s3-cloudfront-index +CDN_URL=s3-logs.opendaylight.org