Skip to content

Releases: DontShaveTheYak/jenkins-std-lib

v0.7.0

21 May 21:02
759e404
Compare
Choose a tag to compare

Changes

🚀 Features

🧰 Maintenance

v0.6.3

08 May 19:29
067816d
Compare
Choose a tag to compare

Changes

🧰 Maintenance

v0.6.2

08 May 07:54
806579c
Compare
Choose a tag to compare

Changes

🧰 Maintenance

  • Update CI/CD workflow files and add dependabot config file to repo @shadycuz (#38)
  • Bump urllib3 from 1.26.3 to 1.26.4 in /tests @dependabot (#37)

v0.6.1

08 May 07:03
d1b931e
Compare
Choose a tag to compare

Changes

🧰 Maintenance

v0.6.0

01 Apr 08:12
d1b931e
Compare
Choose a tag to compare

Changes

🚀 Features

  • Feature: Requests Class similar to Python's Requests @shadycuz (#35)

🧰 Maintenance

v0.5.1

16 Mar 08:50
264fb41
Compare
Choose a tag to compare

Changes

🧰 Maintenance

0.5.0: Make AnsiColor plugin optional for logging package (#25)

14 Mar 11:08
Compare
Choose a tag to compare
* Make methods in jenkins.Instance static.

* Add groovy lint to pre-commit.

* Add tests for logging package.

* Add tests for bash exitcode

0.2.13: Merge pull request #22 from DontShaveTheYak/develop

12 Mar 11:29
be486d2
Compare
Choose a tag to compare

0.2.9: Add testing and fix CI/CD (#18)

12 Mar 10:14
b92feb9
Compare
Choose a tag to compare
* Add tests using jenkins runner (#13)

* update release workflow (#17)

0.2.3: Use Classes instead of Global Vars (#12)

27 Oct 10:24
c954f7e
Compare
Choose a tag to compare
* change logging and bash global vars to use classes

* remove unit testing for now