i am trying to use bamboo yaml specs to create a plan, checkout a code and build it, but i don't seem to find any example other than the dragon slayer example ! can someone help me and point me in right direction ?
Hi Anusha,
Is there any specific thing you want to do?
Please note that all current YAML Specs library available is covered by the reference documentation and if you're not finding examples of what you're trying to do there, it's possible that you'll not be able to use YAML specs to create your plan.
Is it possible to share with us details of your plan? What building tool are using?
thanks.
Maybe some actual yaml example code in the Reference Docs would be great.
I'm reviewing the reference docs right now and I need to do a simple checkout.
CheckoutItem
objects. You will specify the repository and the path where it will be checked out. You can add multiple CheckoutItem
.
That's straight out of the Reference Documentation. There is no example of where or how CheckoutItem should be used and how the options for it like clean checkout should be applied. Incredibly poor documentation.
Unfortunately my team doesn't have Java experience, besides myself so just switching to Java spec isn't an option.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
YAML have checkout task by default without any configuration. https://docs.atlassian.com/bamboo-specs-docs/6.9.2/specs.html?yaml#task-repository-checkout
Feature request https://jira.atlassian.com/browse/BAM-20529 to configure more options to the checkout task
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.