Releases: buildkite-plugins/test-collector-buildkite-plugin
Releases · buildkite-plugins/test-collector-buildkite-plugin
v1.10.2 (☁️ Cloudy Day)
Fixes / Added
- Better error parsing report url (#74) @ivannalisetska
- Redirect
kill
output on standard error to standard output & removemapfile
as a dependency by reading the URLs of the files into an array using standard bash (#77) @toote - Add Code of Conduct (#72) @tomowatt
Upgrading
To upgrade, update your pipeline.yml
files:
steps:
- command: test.sh
plugins:
- test-collector#v1.10.1:
+ test-collector#v1.10.2:
files: "test/junit-*.xml"
format: "junit"
v1.10.1 (🍪 Yummy)
Fixes
- Fix artifact download example (#62) @tjschuck
- Add job label to message and amend annotation (#66) @jtszalay
- Surround env vars in quotes to support parentheses (#68) @benvernier-sc
- Use process substitution to hide auth token (#64) @tomowatt
Upgrading
To upgrade, update your pipeline.yml
files:
steps:
- command: test.sh
plugins:
- test-collector#v1.10.0:
+ test-collector#v1.10.1:
files: "test/junit-*.xml"
format: "junit"
v1.10.0 (🥶 Cold Day)
Added
- SUP-1237 Fix annotation newlines (#61) @pzeballos
- Added github actions files (#58) @butterkitty
Upgrading
To upgrade, update your pipeline.yml
files:
steps:
- command: test.sh
plugins:
- test-collector#v1.9.0:
+ test-collector#v1.10.0:
files: "test/junit-*.xml"
format: "junit"
v1.9.0 (🇨🇦 Public Holiday)
Added
- Concurrent files uploads (#53) @js-murph
- Scope build badge to a branch (#57) @pzeballos
Upgrading
To upgrade, update your pipeline.yml
files:
steps:
- plugins:
- test-collector#v1.8.0:
+ test-collector#v1.9.0: