saagie / gradle-saagie-dataops-plugin

Saagie Gradle Plugin for the new version (2.0) of Saagie Dataops Orchestrator
Apache License 2.0
2 stars 0 forks source link

[ Code integration in progress ] Add option version_dedup to Job and Pipeline to filter redundant versions from export #261

Closed medamineziraoui closed 4 years ago

medamineziraoui commented 4 years ago

Why ?

We will add an option version_dedup to job and pipeline so it will allow us to control if we will get unique version from versions or keep all the versions with redundant data

Links / Ressources

https://github.com/saagie/gradle-saagie-dataops-plugin/issues/256

Actual status / Investigations

if we set include_all_versions=true to pipeline or to job and use projectsExportV1 it will export the job/pipeline concerned and export all versions found in the v1. but it will only export different versions automaticaly,we want to control that

How?