You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the schema json! It has been a life saver!
However, at the moment I need to manually copy the schema.json into our solution.
The use case is simple:
We have a monorepo and we need to dynamically generate the buildkite pipeline and we built a node.js tool to do so. Having the schema allow us to validate the generated pipeline via unit test.
Hence, it would be very useful to have a library with a proper version so it can be detected by npm/yarn tools and we can update the schema when buildkite does instead of manually tracking the changes.
The text was updated successfully, but these errors were encountered:
Hi,
Thanks for the schema json! It has been a life saver!
However, at the moment I need to manually copy the
schema.json
into our solution.The use case is simple:
We have a monorepo and we need to dynamically generate the buildkite pipeline and we built a node.js tool to do so. Having the schema allow us to validate the generated pipeline via unit test.
Hence, it would be very useful to have a library with a proper version so it can be detected by npm/yarn tools and we can update the schema when buildkite does instead of manually tracking the changes.
The text was updated successfully, but these errors were encountered: