jfrog / bamboo-artifactory-plugin

Atlassian Bamboo plugin that enables traceable build artifacts with Artifactory
https://plugins.atlassian.com/plugin/details/27818
Apache License 2.0
42 stars 56 forks source link

Support for NuGet Promotion #199

Open sebastiengamby opened 1 year ago

sebastiengamby commented 1 year ago

Is your feature request related to a problem? Please describe. I need a NuGet promotion functionality similar to the one provided by ProGet

Describe the solution you'd like to see When promoting a build that contains a NuGet artifact whose version number is a pre-release one (e.g. 1.2.4-RC-1), a new package is created than it is identical to the first with the exception of the version number that is a stable one (e.g. 1.2.4). This new package is placed in the target repository and when consulting the build details, it now appears in the related artifacts.

Describe alternatives you've considered I have managed to address almost fully the issue with two scripts. The first one is a Powershell script executed by a build agent that

Additional context I have added the scripts and a screenshot of the issue. This is also related to the JFROG support ticket 250742

promo.ps1.txt nuget.groovy.txt BuildRunModuleDetails