How do I reference Bamboo artifacts in inline script?
bamboo, scripting
Solution
You will need to configure Artifact Sharing to download the artifact into your workspace. Once its on the file system, you can treat it like any other file using the script task.
Problem
I want to run an inline script task at the end of my Bamboo build to copy some artifacts to a network share. How do I reference the artifacts output directory in this script please? Windows Environment if that makes a difference.