We have purchased jfrog artifactory commercial license & need a way to pin a build while publish to artifactory

Viewed 27

We are uploading artifactory and publishing builds with below commands respectively. While publishing the same we wanted to pin a specific build via command line, So that when we delete the older builds we can retain only these pinned builds. Shall we know how to do that via command line as part of our CI/CD in gitlab,

jfrog rt upload myapp-0.0.1.dev310762.tar.gz my-pypi-dev-local/my-app/ --flat --module test

jfrog rt build-publish --build-name=test --build-number=1111
0 Answers
Related