-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathplugin.yml
More file actions
37 lines (37 loc) · 804 Bytes
/
plugin.yml
File metadata and controls
37 lines (37 loc) · 804 Bytes
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: Sparse checkout
description: Plugin to run sparse checkout only on selected folders
author: https://github.com/buildkite-plugins
requirements:
- bash
configuration:
properties:
paths:
type: [string, array]
no_cone:
type: boolean
default: false
skip_ssh_keyscan:
type: boolean
default: false
clean_checkout:
type: boolean
default: false
cleanup_sparse_state:
type: boolean
default: false
merge_ref_retry_attempts:
type: integer
default: 3
verbose:
type: boolean
default: false
post_checkout:
type: object
properties:
unshallow:
type: boolean
default: false
additionalProperties: false
required:
- paths
additionalProperties: false