Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build-router-wait-0.9.1 #1707

Merged
merged 1 commit into from Aug 31, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
37 changes: 37 additions & 0 deletions steps/build-router-wait/0.9.1/step.yml
@@ -0,0 +1,37 @@
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: 2018-08-31T12:30:11.080236326Z
source:
git: https://github.com/bitrise-steplib/bitrise-step-build-router-wait.git
commit: 4ca295ac2f35b74ef1b71d143d26c41a0fcde059
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