New feature: Multiple YAML-file support for pipeline definitions
In Buddy you can configure delivery pipelines either through GUI or YAML. Until now, pipelines were defined in one file called buddy.yml
and stored in the ROOT of our repository. However, there are users who have tens of pipelines in a single project (the current record holder has over 400!), and managing such large numbers through YAML can prove troublesome, to say the least.
However, with this week's release you can split the definitions into multiple files that Buddy will read and parse:
- The
buddy.yml
file in the root folder of the repository (this doesn't change) - All
*.yml
files in the.buddy
directory
- YAML syntax does not change
- There is no limit on the number of pipelines per file
Jarek Dylewski
Customer Support
A journalist and an SEO specialist trying to find himself in the unforgiving world of coders. Gamer, a non-fiction literature fan and obsessive carnivore. Jarek uses his talents to convert the programming lingo into a cohesive and approachable narration.