-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathplugin.yml
43 lines (43 loc) · 1.05 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
name: Smooth Checkout
description: All the things you need during a Buildkite checkout
author: https://github.com/hasura
requirements: []
configuration:
properties:
skip_checkout:
type: boolean
build_checkout_path:
type: string
delete_checkout:
type: boolean
interpolate_checkout_path:
type: string
repos:
type: array
items:
type: object
properties:
config:
type: array
items:
type: object
properties:
url:
type: string
ref:
type: string
ssh_key_path:
type: string
clone_flags:
anyOf:
- type: string
- type: array
items:
type: string
additionalProperties: false
required:
- url
additionalProperties: false
required:
- config
additionalProperties: false