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:
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.