See GitHub releases
Release date: Dec 28, 2017
- Update EnvInject Lib to 1.29 (changelog)
- PR #4 -
Remove hidden string concatenation in
EnvInjectVarsIO#toTxt()
to reduce memory consumption.
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
NullPointerException
inEnvInjectAction#getEnvironment()
when it's called in XML deserialization without build reference. - JENKINS-47167 -
EnvInject Lib 1.28: Prevent
NullPointerException
when serializingEnvInjectAction
without build reference to the disk.
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.
Release date: June 27, 2017
- JENKINS-45056 -
Fix issue with the incorrect plugin packaging in 1.0 due to the release flow issue.
- Now it is a plugin available via update center
Release date: June 27, 2017
- JENKINS-45055 - Update EnvInject Lib from 1.25 to 1.26 in order to pick FindBugs fixes (changelog).
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-
AbstractProject
job types. - Extend the migrated utility classes by methods migrated from EnvInject Plugin.
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.