Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Nexus release staging repository solution

I want to implement really simple workflow for our release management:

  1. Developers deploy's the build with maven to the staging nexus repository
  2. QA team access this repository, if they give a green light to the release, they promotes the releases to the release nexus repository which can be accessed by the customers

My question is: what is the easiest way to copy the content of the certified release from the staging repository to the release repository? Is there any nexus-copy, migrate, push, ... etc commands?

like image 387
Palesz Avatar asked Nov 05 '22 16:11

Palesz


1 Answers

You can do that directly in Nexus. It has built-in support for that. But you'll need Nexus Pro.

like image 153
Michael-O Avatar answered Nov 09 '22 14:11

Michael-O