You've been invited into the Kudos (beta program) private group. Chat with others in the program, or give feedback to Atlassian.
View groupJoin the community to find out what other Atlassian users are discussing, debating and creating.
Hi! I am trying to create a yaml bamboo specs which will be require Docker and linux OS. (But for now focus on Docker)
Unfortunatelly, each of my attempts failed. I know I should be able to use exist capabilities from agents, so maybe somebody can tell me how to create that requirement in *yml file.
File looks that:
project:
key: XXXYYY
plan:
key: XXYY
name: build image
stages:
- jobs:
- scripts:
- echo 'Build docker image'
- docker build -t x-t .
requirements:
- Docker
But it doesn't work. I've got an information that no agent can run my job becouse of that requirements. But I know that many of agents has docker installed.
Example screen from capabilities from one of agent:
Could somebody can tell me why I cannot to run that yaml file with requirements? Maybe that requirement value should be written in another way?
Except of docker I want to require linux OS, so if you can tell me how to do that too it will be great.
Thanks a lot
Welcome to the Community!
I struggle with the Bamboo YAML syntax myself. If you check out the documentation:
https://docs.atlassian.com/bamboo-specs-docs/6.9.0/specs.html?yaml#requirements
You will see how Atlassian is recommending you format the syntax for requirements, which looks as if it's different than you have defined above. I'd recommend experimenting with the definition until you get something that works for you.
I hope that helps!
-Jimmy
I'm happy to announce that Bamboo 7.2 has been released and it’s overflowing with awesome new features. This will be the last major Server release before the launch of Bamboo DC. Bamboo logs We...
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.