Skip to content

Releases: jenkinsci/envinject-api-plugin

1.1

21 Jul 22:12
Compare
Choose a tag to compare
1.1 Pre-release
Pre-release

Release date: June 27, 2017

1.0

21 Jul 22:13
Compare
Choose a tag to compare
1.0 Pre-release
Pre-release

Release date: May 05, 2017

Developer notes (1.0)

  • EnvInjectAction, EnvInjectException, EnvInjectLogger classes stay in the original library due to the compatibility reasons.
  • Once a plugin adds dependency on this library, it is recommended to...
    • Remove explicit dependency on EnvInject Library
    • Replace all usages of the
      org.jenkinsci.lib.envinject.service package by the new methods offered by the plugin.

Changes before 1.0

See EnvInject Library changelog.

1.7

24 Oct 09:05
Compare
Choose a tag to compare
1.7

📝 Documentation updates

👻 Maintenance

  • Fixed warnings for deprecated methods, use putAll() in the EnvInjectVarIO constructor (#12) @StefanSpieker