Skip to content

v1.9.0 (☔ Raining Day)

Compare
Choose a tag to compare
@pzeballos pzeballos released this 12 Jan 19:08
· 39 commits to master since this release
840b952

Changes

  • Skip upload on specific exit codes (#80 ) @toote

Upgrading

To upgrade, update your pipeline.yml files:

steps:
  - command: test.sh
    plugins:
-     artifacts#v1.8.0:
+     artifacts#v1.9.0:
        download: "log/**/*.log"