We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 133b92c commit 01503e3Copy full SHA for 01503e3
.buildkite/pipelines/periodic-fwc.yml
@@ -1,7 +1,7 @@
1
# This file is auto-generated. See .buildkite/pipelines/periodic-fwc.template.yml
2
steps:
3
- - label: $FWC_VERSION / fwc
4
- command: .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true v$FWC_VERSION#fwcTest -Dtests.bwc.snapshot=false
+ - label: "{{matrix.FWC_VERSION}} / fwc"
+ command: .ci/scripts/run-gradle.sh -Dbwc.checkout.align=true v$$FWC_VERSION#fwcTest -Dtests.bwc.snapshot=false
5
timeout_in_minutes: 300
6
agents:
7
provider: gcp
@@ -13,4 +13,4 @@ steps:
13
setup:
14
FWC_VERSION: []
15
env:
16
- FWC_VERSION: $FWC_VERSION
+ FWC_VERSION: "{{matrix.FWC_VERSION}}"
0 commit comments