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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.