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.
I have a job running in an isolated environment docker that dies immediately when it trys to execute any script.
`/tmp/runInDocker...sh: line 4: /var/atlassian/application-data/bamboo/temp/...ScriptBuildTask...sh: No such file or directory`
From other questions the issue is normally that the temp folder isn't mounted, but I'm still not able to run the task even though it has the default values
|Host directory |Container directory |
|${bamboo.tmp.directory} |${bamboo.tmp.directory} |
|${bamboo.working.directory}|${bamboo.working.directory}|
Hi, Matt,
You can add a script task to print bamboo directory variables in non-docker agent
Maybe your host directory is different with the container directory.
Please check these value must be correct.
Especially to check ${bamboo.tmp.directory} value in your host. Make sure it is correct. Good luck.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.