Skip to content

v1.10.2 (☁️ Cloudy Day)

Latest
Compare
Choose a tag to compare
@pzeballos pzeballos released this 05 Aug 04:38
cc06d4a

Fixes / Added

  • Better error parsing report url (#74) @ivannalisetska
  • Redirect kill output on standard error to standard output & remove mapfile 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"