Jenkins : Setenv Plugin

Deprecated

This plugin has been deprecated. Please use the https://wiki.jenkins-ci.org/display/JENKINS/EnvInject+Plugin to set an environment.
Be careful: EnvInject plugin migrates automatically the Setenv plugin configuration. There are no back procedures after the migration.

Set environment variables for a project, to be referenced during build steps.

This plugin adds a section to job configuration pages for specifying key/value pairs of environment variables. These environment variables will be available to build steps in both freestyle and Maven projects, including the Ant, Maven, shell, and batch steps in freestyle projects.

Changelog

Version 1.2 (08/14/2011)
  • Removed unused help files
Version 1.1 (12/28/2009)
  • Fix help link
Version 1.0 (9/29/2009)
  • Initial release.