microadam / drone-config-changeset-conditional

The Unlicense
65 stars 16 forks source link

Support for jsonnet pipelines #26

Open 0xMH opened 3 years ago

0xMH commented 3 years ago

Is it possible to use drone-config-changeset-conditional with jsonnet?

microadam commented 3 years ago

Not at present, however you could potentially use https://github.com/microadam/drone-config-plugin-pipeline and have another plugin which is run before the changeset one, which converts jsonnet to YAML, and then this plugin would work on the converted YAML code