You've been invited into the Kudos (beta program) private group. Chat with others in the program, or give feedback to Atlassian.
View groupJoin the community to find out what other Atlassian users are discussing, debating and creating.
I'm working with bitbucket pipelines and I want to archive a build folder every time the pipeline runs. But the artifacts dont get replaced by new one. How can I make new artifacts available for each build.
Hi @Ci Admin ,
An artifact is produced by a step of a build, and it is therefore associated with that build. You cannot replace artifacts produced by and associated with a different build.
Why would you need to replace artifacts of previous builds?
I'm not sure what your use case is, if you could provide us with some more context, we may be able to find a different way to achieve what you want.
If the archived folder is not too large, one idea would be to upload the archived folder in the Downloads section of the repo. You can use the following pipe for this:
Uploading a new file with the same name will replace the existing file in the Downloads section of the repo. Is this something that would work for you?
Kind regards,
Theodora
How about write a clean workplace script?
Will it help you?
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.
Announced in this blog, this holiday season we’re celebrating all things CI/CD and between now and the end of 2019 we’ll be showcasing content, use cases, feature announcements and more. One featur...
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.