Skip to content

Commit 4997ccd

Browse files
authored
Merge pull request #82 from buildkite-plugins/update-plugin-version
Readme Updates
2 parents 6b0c26e + 6f77059 commit 4997ccd

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ steps:
127127
- label: "🔨 Test"
128128
command: "make test"
129129
plugins:
130-
- test-collector#v1.10.2:
130+
- test-collector#v1.11.0:
131131
files: "test/junit-*.xml"
132132
format: "junit"
133133
```
@@ -141,7 +141,7 @@ steps:
141141
- label: "🔨 Test"
142142
command: "make test"
143143
plugins:
144-
- test-collector#v1.10.2:
144+
- test-collector#v1.11.0:
145145
files:
146146
- "test-data-*.json"
147147
format: "json"
@@ -163,7 +163,7 @@ steps:
163163
- label: "🔍 Test Analytics"
164164
command: buildkite-agent artifact download "tests-*.xml" .
165165
plugins:
166-
- test-collector#v1.10.2:
166+
- test-collector#v1.11.0:
167167
files: "tests-*.xml"
168168
format: "junit"
169169
```
@@ -177,7 +177,7 @@ steps:
177177
- label: "🔨 Test"
178178
command: "make test"
179179
plugins:
180-
- test-collector#v1.10.2:
180+
- test-collector#v1.11.0:
181181
files: "test-data-*.json"
182182
format: "json"
183183
branches: "-qa$"
@@ -190,7 +190,7 @@ steps:
190190
- label: "🔨 Test"
191191
command: "make test"
192192
plugins:
193-
- test-collector#v1.10.2:
193+
- test-collector#v1.11.0:
194194
files: "test-data-*.json"
195195
format: "json"
196196
exclude-branches: "^legacy$"
@@ -203,7 +203,7 @@ steps:
203203
- label: "🔨 Test"
204204
command: "make test"
205205
plugins:
206-
- test-collector#v1.10.2:
206+
- test-collector#v1.11.0:
207207
files: "test-data-*.json"
208208
format: "json"
209209
branches: "^stage-"
@@ -219,6 +219,8 @@ You can use the [bk cli](https://github.com/buildkite/cli) to run the [pipeline]
219219
bk local run
220220
```
221221

222+
:warning: `bk local run` was removed on v3. You can use v2 and get the binaries from https://github.com/buildkite/cli/releases/tag/v2.0.0
223+
222224
Or if you want to run just the tests, you can use the docker [Plugin Tester](https://github.com/buildkite-plugins/buildkite-plugin-tester):
223225

224226
```bash

0 commit comments

Comments
 (0)