Skip to content

Instantly share code, notes, and snippets.

@sj26
Last active August 21, 2020 06:55
Show Gist options
  • Save sj26/71fc62bae1953e71871749be02d4ab57 to your computer and use it in GitHub Desktop.
Save sj26/71fc62bae1953e71871749be02d4ab57 to your computer and use it in GitHub Desktop.
Buildkite pipeline sometimes-unblock
steps:
- command: echo release stable
steps:
- block: "Request release"
prompt: "Fill out the details for release"
fields:
- text: "Version"
key: "version"
hint: "Include the version according to the standard: 2.x.x.x"
required: true
- select: "Type"
key: "release-type"
default: "stable"
options:
- label: "Stable"
value: "stable"
- label: "Beta"
value: "beta"
- label: "Debug"
value: "debug"
- command: |
buildkite-agent pipeline upload buildkite-release-$$(buildkite-agent meta-data get release-type).yml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment