Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Why pipelines doesn't create cache?

kolya_unuchek February 14, 2019

Here is result tree on server after my script:

> pwd
/opt/atlassian/pipelines/agent/build
> tree -d
.
├── android-sdk-linux
│   ├── build-tools
│   │   └── 28.0.3
...
├── app
│   ├── build
...
└── readme
8005 directories

 Here is my script:

https://opatry.net/2017/11/06/bitbucket-pipelines-for-android/

 

In result:

Build teardown
You already have a 'gradle' cache so we won't create it again
Assembling contents of new cache 'android-sdk'

 But in Pipelines -> Caches->Dependency caches :

Снимок24.PNG


Why pipelines didn't add `android-sdk` to cache?

1 answer

0 votes
mwatson
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
February 18, 2019

As per https://confluence.atlassian.com/bitbucket/caching-dependencies-895552876.html, the compressed cache has to be under 1GB in size to be cached - you can test this in your step's script by compressing the directory yourself and seeing how big it is. There will be a message in the tear down saying the cache is being skipped if it is too big. Additionally it is only kept for 1 week and then we expire it, to make sure it is as up to date as possible. If either of these situations don't apply to you, it might be better to raise a support requests at https://support.atlassian.com/contact/ so we can help examine your build for the cause,

Hope this helps,

Matt Watson, Bitbucket Pipelines Development Manager

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events