Skip to content

Commit

Permalink
Merge pull request #82 from buildkite-plugins/update-plugin-version
Browse files Browse the repository at this point in the history
Readme Updates
  • Loading branch information
pzeballos authored Feb 3, 2025
2 parents 6b0c26e + 6f77059 commit 4997ccd
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ steps:
- label: "🔨 Test"
command: "make test"
plugins:
- test-collector#v1.10.2:
- test-collector#v1.11.0:
files: "test/junit-*.xml"
format: "junit"
```
Expand All @@ -141,7 +141,7 @@ steps:
- label: "🔨 Test"
command: "make test"
plugins:
- test-collector#v1.10.2:
- test-collector#v1.11.0:
files:
- "test-data-*.json"
format: "json"
Expand All @@ -163,7 +163,7 @@ steps:
- label: "🔍 Test Analytics"
command: buildkite-agent artifact download "tests-*.xml" .
plugins:
- test-collector#v1.10.2:
- test-collector#v1.11.0:
files: "tests-*.xml"
format: "junit"
```
Expand All @@ -177,7 +177,7 @@ steps:
- label: "🔨 Test"
command: "make test"
plugins:
- test-collector#v1.10.2:
- test-collector#v1.11.0:
files: "test-data-*.json"
format: "json"
branches: "-qa$"
Expand All @@ -190,7 +190,7 @@ steps:
- label: "🔨 Test"
command: "make test"
plugins:
- test-collector#v1.10.2:
- test-collector#v1.11.0:
files: "test-data-*.json"
format: "json"
exclude-branches: "^legacy$"
Expand All @@ -203,7 +203,7 @@ steps:
- label: "🔨 Test"
command: "make test"
plugins:
- test-collector#v1.10.2:
- test-collector#v1.11.0:
files: "test-data-*.json"
format: "json"
branches: "^stage-"
Expand All @@ -219,6 +219,8 @@ You can use the [bk cli](https://github.com/buildkite/cli) to run the [pipeline]
bk local run
```

: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

Or if you want to run just the tests, you can use the docker [Plugin Tester](https://github.com/buildkite-plugins/buildkite-plugin-tester):

```bash
Expand Down

0 comments on commit 4997ccd

Please sign in to comment.