Add RPM_REPO_URL global variable 04/1604/1
authorEric Ball <eball@linuxfoundation.org>
Tue, 17 Sep 2019 23:03:44 +0000 (16:03 -0700)
committerEric Ball <eball@linuxfoundation.org>
Tue, 17 Sep 2019 23:03:44 +0000 (16:03 -0700)
commit7575d2a1bd2d3d9af3d23b20432cc3fe8f100a01
tree1b70ead4bd290a8dfe6fffef4a8f83c91c970020
parentdce421e2f61e675a915d6fc7869650ffe137a04d
Add RPM_REPO_URL global variable

The ta-rpm-deploy.sh script is using ALT_NEXUS_URL to point to this
URL, which is causing issues elsewhere in some jobs. What we really
want is to set this globally, and have scripts use this global var
rather than setting their own.

Change-Id: I9b0017b42421610e4537063140b3d6d37421c21b
Signed-off-by: Eric Ball <eball@linuxfoundation.org>
jenkins-config/global-vars-production.sh
jenkins-config/global-vars-sandbox.sh
jjb/shell/ta-rpm-deploy.sh