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.
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.