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.
Hello
I am moving my build plans over from the Web based UI to the YAML format, and I am receiving this error, not exactly sure what it is saying, or even what it means, anyone have any suggestions? Thanks!
Bamboo YAML import failed: Could not determine YAML document version: Push to Test / tasks / [0] / inject-variables: Property is required.
Here is the task it is referring to:
tasks:
- inject-variables: #Inject Variables
file: "app_validation/appserver/tests/build_variables.sh"
scope: RESULT
namespace: gulp
I am using Bamboo version 6.10.4 The document version should be version 2 from my knowledge.
In your example indentation is wrong. It should be:
tasks:
- inject-variables: #Inject Variables
file: "app_validation/appserver/tests/build_variables.sh"
scope: RESULT
namespace: gulp
Ah, I see I didn't even notice, I fixed it and it works fine. Thanks for your help It's greatly appreciated!!
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.
Hi @edwin
Thanks for responding, but I've looked at this and I don't see a formatting issue with what I have, could there be another underlying issue? specifically with they way my task is typed? I read the documentation for this and everything appears right.
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.