1.0
Pre-release
Pre-release
·
126 commits
to master
since this release
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.