Releases: jenkinsci/envinject-api-plugin
Releases · jenkinsci/envinject-api-plugin
1.4
Release date: Oct 24, 2017
- Update EnvInject Lib from 1.27 to 1.28 in order to pick fixes (changelog).
- JENKINS-47574 - EnvInject Lib 1.28: Prevent
NullPointerExceptioninEnvInjectAction#getEnvironment()when it's called in XML deserialization without build reference. - JENKINS-47167 - EnvInject Lib 1.28: Prevent
NullPointerExceptionwhen serializingEnvInjectActionwithout build reference to the disk.
1.3
Release date: Oct 07, 2017
- Update to EnvInject Lib 1.27 (full changelog).
- JENKINS-46479 - EnvInject Lib 1.27: Prevent environment variables from being deleted on existing builds.
1.2
Release date: June 27, 2017
- JENKINS-45056 - Fix issue with the incorrect plugin packaging in 1.0 due to the release flow issue.
- Now the plugin is available via update center
1.1
Release date: June 27, 2017
- JENKINS-45055 - Update EnvInject Lib from 1.25 to 1.26 in order to pick FindBugs fixes (changelog).
1.0
Release date: May 05, 2017
- JENKINS-43845 - Create EnvInject API Plugin, which provides a shared Jenkins EnvInject Library.
- JENKINS-43535 - Provide new version of EnvInject Library utility classes, which are compatible with non-
AbstractProjectjob types. - Extend the migrated utility classes by methods migrated from EnvInject Plugin.
Developer notes (1.0)
EnvInjectAction,EnvInjectException,EnvInjectLoggerclasses 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.servicepackage by the new methods offered by the plugin.
Changes before 1.0
1.7
📝 Documentation updates
- Fix the title in the changelog badge (#14) @oleg-nenashev
- JENKINS-59172 - Use GitHub as a source of the plugin's documentation on plugins.jenkins.io (#11) @oleg-nenashev
👻 Maintenance
- Fixed warnings for deprecated methods, use
putAll()in the EnvInjectVarIO constructor (#12) @StefanSpieker