forked from nienbo/cache-buildkite-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
plugin.yml
61 lines (61 loc) · 1.15 KB
/
plugin.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
name: Cache
description: Tarball, Rsync & S3 Cache Kit for Buildkite. Supports Linux, macOS and Windows
author: https://github.com/gencer
requirements:
- aws
- tar
- rsync
configuration:
properties:
id:
type: string
key:
type: string
restore-keys:
type: [string, array]
backend:
type: string
compress:
type: [number, boolean]
compress-program:
type: [string]
continue_on_error:
type: boolean
always:
type: boolean
pipeline-slug-override:
type: string
pr:
type: boolean
s3:
properties:
profile:
type: string
bucket:
type: string
class:
type: string
endpoint:
type: string
region:
type: string
args:
type: string
save-cache:
type: boolean
tarball:
properties:
path:
type: string
max:
type: number
rsync:
properties:
path:
type: string
paths:
type: [string, array]
env:
type: [string, array]
minimum: 2
additionalProperties: false