I'm looking at the standard cloud plan and I'm trying to understand where to put compiled artifacts (jar files).
According to the documentation
https://support.atlassian.com/bitbucket-cloud/docs/deploy-build-artifacts-to-bitbucket-downloads/
it's possible to publish code artifacts using bitbucket downloads.
I cannot understand how many GBs of artifacts are included in the standard plan. Someone can help?
Hey @Enrico Costanzi
G'Day!
It's possible to publish your artifacts to Bitbucket downloads via the guide you share and currently the artifacts size limit is only 1GB on either Bitbucket plan.
Artifacts are stored for 14 days following the execution of the step that produced them. After this time, the artifacts are expired and any manual steps later in the pipeline can no longer be executed.
If you need artifact storage for longer than 14 days (or more than 1 GB), we recommend using your own storage solution, like Amazon S3 or a hosted artifact repository like JFrog Artifactory. Setting a reasonable time limit for build artifacts allows us to manage our costs so we don't have to charge for storage and transfer costs of build artifacts in Pipelines.
More information, please check out our artifacts documentation:
I hope this helps, let me know if you have any additional questions.
Cheers,
Syahrul
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.