How to limit number of deployed snapshots artifacts in Nexus?

后端 未结 4 1954
一向
一向 2020-12-14 07:15

We are using Nexus to deploy our snapshot artifacts. Our build server deploys them during each build using the following command: mvn deploy. As result on each build the new

4条回答
  •  不思量自难忘°
    2020-12-14 07:33

    With Nexus OSS 3.x there are:

    • Delete unused SNAPSHOT Task - no one access SNAPSHOT X days
    • Delete SNAPSHOT Task - leave only N last SNAPSHOTS

    and each task has:

    • CRON
    • list of repositories to apply to

提交回复
热议问题