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.
Hey guys,
I am new to docker container and bamboo. And I am trying to use them to build my FPGA project.
Until recently I was using LXC container with bamboo and everything worked. Now I want to use docker container instead.
The configuration of docker is shown in the following figure:
It seems that docker run has mounted the correct volumes:
My FPGA project source files are also successfully checked out:
In order to make sure that it is the correct directory I have added a "pwd" command in a script task and it showed the correct directory:
Now it should compile the FPGA project using a script in the working directory, which is shown above. But it complains that the script is not to be found.
I think the working directory is somehow not correctly mounted and I have found this page about this issue: https://confluence.atlassian.com/bamkb/bamboo-in-docker-build-fails-due-to-a-missing-working-directory-when-using-docker-runner-1027119339.html
Since I am using absolute host path volume mounting, I think the first solution mentioned in the page may be suitable.
/opt/atlassian-bamboo/agent-home
/root/bamboo-volume
to
/opt/atlassian-bamboo/agent-home
)-v /opt/atlassian-bamboo/agent-home:/opt/atlassian-bamboo/agent-home
But I don't know how to do the steps in bamboo job configurator based on web browser. Can anyone give me some tipps?
Li
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.