-
Notifications
You must be signed in to change notification settings - Fork 2
/
plugin.yml
41 lines (41 loc) · 898 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
name: Kobiton Execute Test
description: A Buildkite Plugin to (synchronously) execute an automated test script on Kobiton service
author: https://github.com/kobiton
requirements: []
configuration:
properties:
kobi-username:
type: string
kobi-api-key:
type: string
executor-url:
type: string
executor-username:
type: string
executor-password:
type: string
git-repo-url:
type: string
git-repo-branch:
type: string
git-repo-ssh-key:
type: string
app-id:
type: string
root-directory:
type: string
command:
type: string
device-name:
type: string
device-platform-version:
type: string
use-custom-device:
type: string
device-platform:
type: string
wait-for-execution:
type: string
log-type:
type: string
additionalProperties: false