Hey there,
i think that the current documentation on yaml specs lacks a lot of information.
So currently i see that i can create one yaml file in my repo which works fine and creates a plan and runs that whenever changes in the repo happen.
No my questions are:
how can i define triggers in the yaml spec ?
how can i define several plans for one repo ?
i currently have a check for code lint issues during a merge request which works fine.
but now i want to run e.g. integrationchecks after the code has been merged. What is the proper way or is it not possible to define several plans and triggers in a yaml spec ?
Hi Dominic,
I'm afraid it is still not possible to define triggers using YAML specs, all currently available library are listed in the Specs YAML documentation.
You can define several plans using the same repo only if you put the YAML file in different branches and set these other branches to scan for YAML specs code.
For your use case, I'm pretty sure it will be more appropriate to use Bamboo Java Specs
Thank you.
best,
Gabriel Ribeiro
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.