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.
The reference material provides a guide for the existence of Maven 3, but we have windows and linux build servers, and we want to direct some jobs only to linux, i.e.
"Maven 3" = /opt/apache-maven-3.5.0
What is the syntax for this?
Hey Jules,
If you wish to control which agents run which jobs then the best way would be to add a custom Capability. Assign the wanted capability to the agent and specify the capability as a requirement for the Job. For example if a remote agent has the custom capability isWindows, the YAML spec for the job would have this as a requirement
stages:
- jobs:
- scripts:
- echo 'i am on windows'
requirements:
- isWindows
Let us know if this helps.
Chris
that is what I have done as a work around, but we are wanting to minimise the level of manual/scripted intervention with our agents. Using the values the Bamboo agent calculates would have been preferable.
We have around 200 YAML files so I was hoping to apply a simple bulk update on the existing string, rather than having to add an element into the YAML.
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.