I have just started using Bitbucket pipelines. My builds are now succeeding and the deployment packages get uploaded to the Downloads section. I wish to know if there is a way I can remove certain files from my previously successful build.
To be precise, the Download section contains both "version x.zip" as well as "version x+1.zip". I need to delete the "version x.zip" on successful deployment of "version x+1.zip". Is there a way to do so?
Hi Saurabh! You can only delete files that have been uploaded manually by you. In that case, they'll show the 'Delete' option on the right side:
Let us know if you have any other questions!
Ana
Actually I get the delete option for all the files, whether uploaded by the pipeline, or uploaded manually.
I was interested in knowing if the build pipeline has any capabilities to "delete" an existing artifact. It seems there isn't.
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.