Fix release-job.sh Nexus proxy var 73/16073/1
authorJessica Wagantall <jwagantall@linuxfoundation.org>
Thu, 4 Jul 2019 02:09:20 +0000 (19:09 -0700)
committerJessica Wagantall <jwagantall@linuxfoundation.org>
Thu, 4 Jul 2019 02:09:20 +0000 (19:09 -0700)
commit118b7cbf171aca498d1a0a3a485bad990ad2e7b6
tree2c62d0cb164b6f462f3e6f15b660acef0a17739f
parenta70124ef46b23063d25ec178e627ac226b8cef8f
Fix release-job.sh Nexus proxy var

Avoid the usage of project specific variables.
Do not use ODLNEXUSPROXY var, but instead use
a generalized variable.

Projects using lf-release-jobs need to make
sure they have the global variable NEXUSPROXY
added in Jenkins production and Jenkins sandbox
servers.
The value of this variable should be the URL to
the project's Nexus server.

Issue: RELENG-2131
Change-Id: Ia33c106c3c0ff86e57064deb74fb3863fcd90bdc
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
releasenotes/notes/standardize-nexus-proxy-release-job-9818485ddbfca867.yaml [new file with mode: 0644]
shell/release-job.sh