Closed kotaroooo0 closed 4 years ago
AWS CodeBuild can use local cache feature, but this plugin can not use it.
By specifying cacheModesOverride: [LOCAL_SOURCE_CACHE, LOCAL_DOCKER_LAYER_CACHE, LOCAL_CUSTOM_CACHE] , we can use local cache.
cacheModesOverride: [LOCAL_SOURCE_CACHE, LOCAL_DOCKER_LAYER_CACHE, LOCAL_CUSTOM_CACHE]
please review!
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
@leoherran-aws Could you do a code review?
Looks good, thanks for your contribution!
This change was released in version 0.49 of the plugin. Thanks again!
0.49
problem
AWS CodeBuild can use local cache feature, but this plugin can not use it.
Description of changes:
By specifying
cacheModesOverride: [LOCAL_SOURCE_CACHE, LOCAL_DOCKER_LAYER_CACHE, LOCAL_CUSTOM_CACHE]
, we can use local cache.please review!
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.