Support multiple nexus sections in lftools.ini 56/16456/10 v0.25.5
authorAric Gardner <agardner@linuxfoundation.org>
Tue, 6 Aug 2019 17:32:42 +0000 (13:32 -0400)
committerAnil Belur <abelur@linuxfoundation.org>
Wed, 7 Aug 2019 06:55:56 +0000 (16:55 +1000)
commitbfc3096e4d6664739dc47faa7d7a62a8fcf8c0c2
tree96a8534b1e4284c054d48c95ea16845d22f70568
parentf02974c34fbaaad55c89495eebae17c81358f1cb
Support multiple nexus sections in lftools.ini

[nexus] section is taken from -s "server" passed to release job.
The "https://" part of passed url is stripped before match.

example:
lftools nexus release -s https://nexus.example.com

Would require auth section in lftools.ini of
[nexus.example.org]
username=
password=

Issue: RELENG-2129
Issue: RELENG-1666
Change-Id: I64ab0a18a4d0e9060f1273f5acc1971fcffe497c
Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
docs/commands/nexus.rst
docs/conf.py
lftools/nexus/cmd.py
releasenotes/notes/nexus-release-60333ea8c6deb068.yaml [new file with mode: 0644]