I am currently running a cicd via Docker on Bamboo and i want to create an artifact with the tests results of the unit tests.
The running Docker creates a folder with all the text results .xml-files and i tried coping them to the root directory of the agent, but that doesn't work at all. The folder only exists in the Docker environment and after the Docker is done i can't access the created files anymore.
How can i publish these Docker created files in Bamboo as an artifact?