forked from chef/anka-buildkite-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
plugin.yml
60 lines (60 loc) · 1.13 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
name: Anka
description: Runs your build steps in Anka virtual machines
author: https://github.com/chef
requirements:
- anka
configuration:
properties:
vm-name:
type: string
vm-registry-tag:
type: string
vm-registry-version:
type: integer
always-pull:
type: string
inherit-environment-vars:
type: boolean
environment-file:
type: string
no-volume:
type: boolean
volume:
type: string
wait-network:
type: boolean
wait-time:
type: boolean
workdir:
type: string
workdir-create:
type: boolean
debug:
type: boolean
anka-debug:
type: boolean
cleanup:
type: boolean
bash-interactive:
type: boolean
pre-commands:
type: array
post-commands:
type: array
failover-registries:
type: array
pre-execute-sleep:
type: integer
pre-execute-ping-sleep:
type: string
modify-cpu:
type: integer
modify-ram:
type: integer
modify-mac:
type: string
start-devices:
type: array
required:
- vm-name
additionalProperties: false