You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
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.
Thank you for the response, given the limitations, i switched to java specs to build the pipeline.
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.