drone-config-changeset-conditional icon indicating copy to clipboard operation
drone-config-changeset-conditional copied to clipboard

Support for jsonnet pipelines

Open 0xMH opened this issue 4 years ago • 1 comments

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

0xMH avatar Jan 20 '21 17:01 0xMH

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

microadam avatar Jan 20 '21 17:01 microadam