jenkins – 安装envinject插件

我试图在jenkins安装envinject插件,但无法find插件。

当我在插件列表中search时,我得到以下 –

Environment File Plugin This plugin enables you to set environment variables via a file. The file's format must be the standard Java property file format. Superseded by the [EnvInject Plugin]? The property file is always retrieved from the file system of the Jenkins master node, even in distributed setups with slave nodes. You can reference already defined environment variables both to specify the path to the property file, in a job's configuration, and in property values, in the property file. Shared Objects Plugin This plugin makes it possible to share objects (script file, source file, tool installation, ...) from an environment in Jenkins and manage dynamically these objects through environment variables with the [JENKINS:EnvInject Plugin] during the job build. 

在插件列表(“可用插件”选项卡,如果你还没有安装它),它被列为:

 Environment Injector Plugin -> This plugin makes it possible to set an environment for the builds. 

而插件页面的链接是: https : //wiki.jenkins-ci.org/display/JENKINS/EnvInject+Plugin