Skip to content

Releases: buildkite-plugins/test-collector-buildkite-plugin

v1.10.1 (🍪 Yummy)

05 Feb 19:16
b5323d9
Compare
Choose a tag to compare

Fixes

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)

19 Jul 19:25
74d9e3b
Compare
Choose a tag to compare

Added

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)

03 Jul 18:46
8b7e6e2
Compare
Choose a tag to compare

Added

Upgrading

To upgrade, update your pipeline.yml files:

steps:
  - plugins:
-     test-collector#v1.8.0:
+     test-collector#v1.9.0:

v1.8.0 (🐰 Post Easter Holiday)

10 Apr 23:29
570d26b
Compare
Choose a tag to compare

Added

Upgrading

To upgrade, update your pipeline.yml files:

steps:
  - plugins:
-     test-collector#v1.7.0:
+     test-collector#v1.8.0:

v1.7.0 (🥪 Good Sandwich)

26 Mar 15:54
a5c44d9
Compare
Choose a tag to compare

Added

Upgrading

To upgrade, update your pipeline.yml files:

steps:
  - plugins:
-     test-collector#v1.6.1:
+     test-collector#v1.7.0:

v1.6.1 (📝 Reports)

21 Mar 19:36
6581c4e
Compare
Choose a tag to compare

Fixed

Upgrading

To upgrade, update your pipeline.yml files:

steps:
  - plugins:
-     test-collector#v1.6.0:
+     test-collector#v1.6.1:

v1.6.0 (✅ Checkin day!)

21 Feb 17:48
f753eb1
Compare
Choose a tag to compare

Added

  • New option that allows changing where files are searched for: base-path (#39 ) @toote

Upgrading

To upgrade, update your pipeline.yml files:

steps:
  - plugins:
-     test-collector#v1.5.0:
+     test-collector#v1.6.0:

v1.5.0 (🥩 Sous Vide)

13 Jan 16:44
fd4f463
Compare
Choose a tag to compare

Added

  • New option to configure the API: full URL for the API to upload to (#32 ) @toote

Fixes

Upgrading

To upgrade, update your pipeline.yml files:

steps:
  - plugins:
-     test-collector#v1.4.0:
+     test-collector#v1.5.0:

v1.4.0 (🛍️ New Year's Eve Shopping)

30 Dec 13:30
869273f
Compare
Choose a tag to compare

Added

  • Allow following symlinks when searching for files to upload (#30) @toote

Upgrading

To upgrade, update your pipeline.yml files:

steps:
  - plugins:
-     test-collector#v1.3.0:
+     test-collector#v1.4.0:

v1.3.0 (☕ Hot Tea)

16 Dec 15:52
46e6127
Compare
Choose a tag to compare

Added

Upgrading

To upgrade, update your pipeline.yml files:

steps:
  - plugins:
-     test-collector#v1.2.0:
+     test-collector#v1.3.0: