We are using the On deman version of JIA+Bamboo+BitBucket
our URL is https://sglemont.atlassian.net/
And we would like to publish the our artifacts as mentioned on this URL
http://blogs.atlassian.com/2012/02/artifact-sharing-build-automation-bamboo/
But my query is how to download these artifacts into our local test enviornment (and which is behind firwaall/proxy). I know I can download it thru browser application without any issue but we want to have this automated so that this would get downloaded automatically. Could you suggest how I can do that.
Second question is their any way in Bamboo by which I can delete aged artifacts (older than 1 month)
Thanks
Bamboo Command Line Interface has the getArtifact action.
Thanks Bob your suggested tool have good number of features thanks for suggetion.
I download this and trying to use this command but unfortunately I am getting error "Connection refused"
---------------------
C:\Development\bamboo-cli-3.4.0-SNAPSHOT>bamboo --action getLatestBuildNumber --build PI-CIPLAN
Client error: Invalid request: java.net.ConnectException: Connection refused: connect
--------------------------
Our organization uses proxy server while connecting to internet, is it something to do with that? is their any way I need to configure the proxy in this tool
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes, proxy requires some addition stuff. Usually just add it to your bamboo.bat/sh or equivalent. See https://answers.atlassian.com/questions/55443/how-to-instruct-rest-to-use-a-proxy?page=1#55470
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.