Changes for nexus2 automation 58/63558/6 v0.32.0
authorAric Gardner <agardner@linuxfoundation.org>
Tue, 31 Mar 2020 18:56:58 +0000 (14:56 -0400)
committerAric Gardner <agardner@linuxfoundation.org>
Thu, 2 Apr 2020 18:21:38 +0000 (18:21 +0000)
commitef8b9f103871d8ccbb159f4f519588a48d754dfa
tree1b6c1c78e512f293eaec1b7a43fd66316ae97bf1
parent1d9d3b4e99ea48e265c4333d0f174983ee936d56
Changes for nexus2 automation

Allow more permissive regex match
project names like
integration-simulators-pnf-simulator
should allow . or - in their pom.xml
Enabled by strict_url_regex=False in config file

Now allows passing a url in the format https://
and sourcing nexus user and pass from lftools.ini

Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
Change-Id: I85d40f5964a2588093febd29ba9a1d25bc3e1046
lftools/cli/nexus.py
lftools/nexus/cmd.py
lftools/nexus/util.py
lftools/releasenotes/notes/nexus-regex-2fbe678031bccd10.yaml [new file with mode: 0644]
tests/test_nexus.py