-
Notifications
You must be signed in to change notification settings - Fork 12
/
step.yml
58 lines (53 loc) · 1.51 KB
/
step.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
title: "STEP TEMPLATE"
summary: A short summary of the step. Don't make it too long ;)
description: |-
This is a Step template.
Contains everything what's required for a valid Stepman managed step.
A Step's description (and generally any `description` property)
can be a [Markdown](https://en.wikipedia.org/wiki/Markdown) formatted text.
To create your own Step:
1. Create a new repository on GitHub
2. Copy the files from this folder into your repository
3. That's all, you can use it on your own machine
4. Once you're happy with it you can share it with others.
website: https://github.com/...
source_code_url: https://github.com/...
support_url: https://github.com/.../issues
host_os_tags:
- osx-10.10
project_type_tags:
- ios
- android
- xamarin
type_tags:
- script
is_requires_admin_user: true
is_always_run: false
is_skippable: false
deps:
brew:
- name: git
- name: wget
apt_get:
- name: git
- name: wget
run_if: ""
inputs:
- example_step_input: Default Value - you can leave this empty if you want to
opts:
title: "Example Step Input"
summary: Summary. No more than 2-3 sentences.
description: |
Description of this input.
Can be Markdown formatted text.
is_expand: true
is_required: true
value_options: []
outputs:
- EXAMPLE_STEP_OUTPUT:
opts:
title: "Example Step Output"
summary: Summary. No more than 2-3 sentences.
description: |
Description of this output.
Can be Markdown formatted text.