forked from bitrise-io/bitrise-steplib
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstep.yml
53 lines (53 loc) · 1.91 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
title: Bitrise Wait for Build
summary: Waiting for the given builds to be finished
description: Waiting for the given builds to be finished
website: https://github.com/bitrise-steplib/bitrise-step-build-router-wait
source_code_url: https://github.com/bitrise-steplib/bitrise-step-build-router-wait
support_url: https://github.com/bitrise-steplib/bitrise-step-build-router-wait/issues
published_at: 2020-07-20T18:29:50.046353452Z
source:
git: https://github.com/bitrise-steplib/bitrise-step-build-router-wait.git
commit: 44aeeefb8aec15f878ae38d20045202cd8a3309d
host_os_tags:
- osx-10.10
- ubuntu-16.04
type_tags:
- utility
toolkit:
go:
package_name: github.com/bitrise-steplib/bitrise-step-build-router-wait
is_always_run: true
is_skippable: false
inputs:
- access_token: null
opts:
description: "Your access token\n\nTo acquire a `Personal Access Token` for your
user, sign in with that user on [bitrise.io](https://bitrise.io), \ngo to your
`Account Settings` page, and select the [Security tab](https://www.bitrise.io/me/profile#/security)
on the left side.\n"
is_required: true
is_sensitive: true
summary: Your access token
title: Bitrise Access Token
- buildslugs: $ROUTER_STARTED_BUILD_SLUGS
opts:
description: The build slug(s) to check. One build slug per line.
is_required: true
summary: The build slug(s) to check. One build slug per line.
title: Build Slugs
- build_artifacts_save_path: null
opts:
description: |
This is where the artifacts will be saved to so you can access them in the workflow
is_required: false
is_sensitive: false
summary: This is where the artifacts will be saved to
title: Path to save the Artifacts in (leave empty to not save artifacts)
- opts:
description: You can enable the verbose log for easier debugging.
is_required: true
title: Enable verbose log?
value_options:
- "yes"
- "no"
verbose: "no"