I'm using self hosted linux env to run bitbucket pipeline. It is always pulls "atlassian/google-app-engine-deploy" which consume lot of data. How can I install it once and reuse?
script: - pipe: atlassian/google-app-engine-deploy:1.5.0 variables: KEY_FILE: $KEY_FILE PROJECT: 'my-project'
G'day @Bishan V
Welcome to the community!
If I understand this correctly, you're looking to cache the pipe to avoid downloading it each time your pipeline runs.
Unfortunately, this function is not currently available. However, we have a feature request that closely matches your needs. I strongly recommend that you vote for and watch this request. By doing so, you'll receive updates whenever there are any developments. Here's the link:
Cache dependencies for Bitbucket Pipes
Regards,
Syahrul
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.