Open goprasad opened 6 years ago
This is similar to #24... can you expand on what this usecase would solve? When would you use this in your pipeline?
I would like to pull the specific artifact version instead of latest ... I can explicitly provide the version number in params.yml file
basically I needed something like this.
https://github.com/emerald-squad/artifactory-resource
basically user can provide the version input instead of retrieving everytime the latest version
Get a specific version using a JSON version file:
resources:
{ "wonderful-artifact": "1.0.0" }
Hi,
I'm searching a way to deploy last master versioned tag by example, for a rollback task. Is there a way to chose a specific version of an artifact ?
Thank you
Or allow maven semantics in the source definition:
name: version-1.x
source:
artifact: a.b.c:d:jar
version: [1.0,2.0)
name: version-latest
source:
artifact: a.b.c:d:jar
I would like to pull the specific artifact version instead of latest ... I can explicitly provide the version number in params.yml file
I'd like to have this as well. My use case is this. We have more then 10 applications that use the same base resource, but it takes us quite some time to upgrade all the applications. We need to be able to keep the pipeline tagged to a specific version of the resource so upgrading the base doesn't effect all applications.
Apologies, I've been away from this project for a while, but I'm ready to start work on enhancements again. I'll be reviewing this and other issues and coming up with a roadmap soon. And of course, PRs are always welcome (of which I have 7 I need to review as well)
No need to apologize :)
I think some of the PRs add a versioning option. So I just wanted to provide a clear use case.
I'd like to dynamically specify the artifact version instead of pulling the latest version from the release repository