forked from staticfloat/smooth-checkout-buildkite-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplugin.yml
37 lines (37 loc) · 890 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
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
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
depth:
type: number
additionalProperties: false
required:
- url
additionalProperties: false
required:
- config
additionalProperties: false