Is it possible to copy artifacts to a network location or change the default location where artifacts are stored in server for plan ?
Regarding copying:
1. Use the SCP task: https://plugins.atlassian.com/plugin/details/609524
2. Or to script it: Bamboo Command Line Interface getArtifact action
As for the "change the default location where artifacts are stored in server for plan" part, please check your bamboo.cfg.xml file - it contain a property:
<property name="bamboo.artifacts.directory">${bambooHome}/artifacts</property>
Maybe tweaking it would be sufficient?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks, After posting my orginal question, I came across this property, but this will ovverride for all my plans. I want to change this bamboo.artifacts.directory for few selected plans.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.