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"