Last active
August 21, 2020 06:55
-
-
Save sj26/71fc62bae1953e71871749be02d4ab57 to your computer and use it in GitHub Desktop.
Buildkite pipeline sometimes-unblock
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
steps: | |
- command: echo release stable |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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