-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Auto drop repository after release #37
Comments
one (note to promote in this case you MUST close and promote together) - Added feature toggle for "nexus-staging.autoDropAfterRelease" via project property as per Codearte#37 - Fixed typos and tests
I write some exploratory tests to verify that switch and unfortunately Nexus responses with:
for unknown reason. I also noticed that API mentioned in on the mailing list uses |
It turned out there is an undocumented parameter "autoDropAfterRelease" which drops staging repository "immediately" after release (in earlier Nexus versions it seemed to happen automatically anyway). It would be good to use it to time when more that one staging repository exists.
As that feature is not documented in the REST API it would be needed to create a functional tests with fake Nexus user to verify it's behavior before going to production.
The text was updated successfully, but these errors were encountered: