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.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.