Replies: 1 comment 2 replies
-
Hi @wekempf, Thanks for your ideas! I've been thinking how to do something like that. I mean, committing invalid YAML is a bummer but well at least this things can be validated by running the pipeline from the branch. However it would be cool to not have to commit YAML at all. I have even deliberately asked about it at StackOverflow but the response is not too optimistic so far. So yeah I need some ideas on how this can be integrated into CI at least to some extent. If you have any insights, please share! |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
One place where you could really provide value over YAML is providing an engine to run the pipeline, verifying it's correctness before committing to version control. I honestly don't know how feasible that is, or how easy to implement, but in my view this is the biggest failing of Azure's pipeline files, above and beyond being YAML.
Beta Was this translation helpful? Give feedback.
All reactions