Skip to content

Releases: DontShaveTheYak/jenkins-std-lib

v0.13.0

24 Dec 16:38
Compare
Choose a tag to compare

Changes

🚀 Features

🧰 Maintenance

  • Lots of stuff but the auto release functionality failed to create the release notes

v0.12.0

29 Mar 01:03
c268577
Compare
Choose a tag to compare

Changes

🚀 Features

  • Add terraform package and TerraformSwitcher class @shadycuz (#195)

🧰 Maintenance

v0.11.2

10 Mar 03:30
dc51deb
Compare
Choose a tag to compare

Changes

🧰 Maintenance

v0.11.1

14 Nov 13:45
11b9b6e
Compare
Choose a tag to compare

Changes

🧰 Maintenance

v0.11.0

05 Nov 13:00
3d15c7d
Compare
Choose a tag to compare

Changes

🚀 Features

  • Add programs package to install and run cli tools on Jenkins agents @shadycuz (#144)
  • Add System enum to give more detailed hardware/os information @shadycuz (#141)
  • Add download package to aid in the retrieval of file/files from remote sources @shadycuz (#140)

🧰 Maintenance

v0.10.0

04 Oct 13:47
1cd5cde
Compare
Choose a tag to compare

Changes

🚀 Features

  • Add Platform class to return information about the hardware/OS the current build is running on. @shadycuz (#130)

🐛 Bug Fixes

  • Path class static methods should not randomly fail @shadycuz (#131)

🧰 Maintenance

v0.9.0

25 Sep 08:05
Compare
Choose a tag to compare

Changes

🚀 Features

  • Add build class for getting information about the current build @shadycuz (#118)
  • Add Path class for working with files and directories @shadycuz (#121)

🧰 Maintenance

  • Lots... but release-drafter decided to make the release notes empty and I'm doing it manually =/

v0.8.0

16 Jul 16:07
d54b6c4
Compare
Choose a tag to compare

Changes

🚀 Features

🧰 Maintenance

  • Bump requests from 2.25.1 to 2.26.0 in /tests @dependabot (#100)
  • Update runner to use newer jenkins version and newer plugins @shadycuz (#96)

v0.7.2

19 Jun 07:46
7f1e7d2
Compare
Choose a tag to compare

Changes

🧰 Maintenance

  • Add contributing guide and lib name in example jobs @shadycuz (#87)

v0.7.1

04 Jun 08:44
a59b91f
Compare
Choose a tag to compare

Changes

  • Updated some third party dependencies.
  • Relint the code using default lint rules.