Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 1.38 KB

README.md

File metadata and controls

23 lines (17 loc) · 1.38 KB

EnvInject Plugin for Jenkins

Jenkins Plugin GitHub release Jenkins Plugin Installs

This plugin makes it possible to setup a custom environment for your jobs.

Features:

  • Removes inherited environment variables by the Jenkins Java process
  • Injects environment variables at node (master/slave) startup
  • Executes a setup script before or/and after a SCM checkout for a run
  • Injects environment variables before or/and after a SCM checkout for a run
  • Injects environment variables as a build step for a run
  • Securely injects password values for a run
  • Exports environment variables at the end of the build in order to display the set of environment variables used for each build

More info: the plugin's Wiki page

Changelog

See GitHub Releases for recent releases. Changelogs for older releases are available on the plugin's Wiki page.