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.
Newbie to CI/CD guys,
Trying to use YAML for our existing bamboo plan which has the following tasks for a stage:
- Source Code Checkout
- MSBuild
- NUnit Parser
All examples and docs for YAML (https://docs.atlassian.com/bamboo-specs-docs/6.3.0/specs-yaml.html#test-parsers) mentions YAML Specs execute script tasks. You can specify which interpreter to use.
Does it mean I cannot use anything other than script task?
If Yes, can someone please give me an example?
Thanks in advance.
Does it mean I cannot use anything other than script task?
I believe the answer is yes. You use the script task to execute command lines.
The important thing to note is to make sure that the requirements that chooses the specific agent is specified:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.