Call "lftools jenkins" after credentials are set
[releng/global-jjb.git] / releasenotes / notes / fix-configure-clouds-e71e71c12c614de0.yaml
1 ---
2 fixes:
3   - |
4     Call "lftools jenkins" after credentials are set to fix failures due to the
5     call being made without credentials being set first. The previous method
6     did not require credentials, so the failure was introduced when we switched
7     to using lftools. The os_plugin_version variable is not needed before the
8     JENKINS_USER and JENKINS_PASSWORD are set, so no other changes
9     are necessary.