Call "lftools jenkins" after credentials are set 51/62951/3
authorEric Ball <eball@linuxfoundation.org>
Fri, 24 Jan 2020 23:25:38 +0000 (15:25 -0800)
committerEric Ball <eball@linuxfoundation.org>
Mon, 27 Jan 2020 15:34:10 +0000 (07:34 -0800)
commit126d1b677d0db98d3e2f3356809491e6f99420b0
tree2cef992e9e796926457d26f47f71494691755c8d
parent0bc70d1762dc88b90d4f9aa99a2f3bbf2b55b078
Call "lftools jenkins" after credentials are set

We have been seeing failures due to the "lftools jenkins plugins"
call being made without credentials being set first. The previous
method did not require credentials, so the failure was introduced
when we switched to using lftools. The os_plugin_version variable
is not needed before this part of the script, so by moving the
assignment to after JENKINS_USER and JENKINS_PASSWORD are set, the
script is once again successful.

Issue: IT-18593
Change-Id: Ib3e6099992abade5860eedd1bda07015b13f0f91
Signed-off-by: Eric Ball <eball@linuxfoundation.org>
releasenotes/notes/fix-configure-clouds-e71e71c12c614de0.yaml [new file with mode: 0644]
shell/jenkins-configure-clouds.sh