forked from nienbo/cache-buildkite-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplugin.yml
50 lines (50 loc) · 911 Bytes
/
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
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]
pr:
type: boolean
s3:
profile:
type: string
bucket:
type: string
class:
type: string
endpoint:
type: string
region:
type: string
args:
type: string
global:
type: boolean
tarball:
path:
type: string
max:
type: number
rsync:
path:
type: string
paths:
type: [string, array]
env:
type: [string, array]
minimum: 2
additionalProperties: false