Clear Cache with YAML
YAML parameters for Clear Cache
Name | Type | Description |
---|---|---|
action Required | String | The ID of the action. |
type Required | String | The type of the action. Must be set to CLEAR_CACHE . |
cache_types Required | String[] | Defines the cache layer cleared by the action. Available values: DOCKER , FILE_SYSTEM , SERVICES , ADDITIONAL . |
YAML example for Compress images
yamlactions: - action: "Clear cache" type: "CLEAR_CACHE" cache_types: - "DOCKER" - "FILE_SYSTEM" - "SERVICES" - "ADDITIONAL"
Last modified on Sep 24, 2024