awslabs / aws-codebuild-jenkins-plugin

AWS CodeBuild integration as a Jenkins build step.
https://aws.amazon.com/codebuild
Apache License 2.0
149 stars 122 forks source link

feat: able to use local cache #96

Closed kotaroooo0 closed 4 years ago

kotaroooo0 commented 4 years ago

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.

kotaroooo0 commented 4 years ago

@leoherran-aws Could you do a code review?

leoherran-aws commented 4 years ago

Looks good, thanks for your contribution!

leoherran-aws commented 4 years ago

This change was released in version 0.49 of the plugin. Thanks again!