Details
-
Type:
Improvement
-
Status: Open (View Workflow)
-
Priority:
Major
-
Resolution: Unresolved
-
Component/s: svn-tag-plugin
-
Labels:None
-
Environment:Jenkins 1.4.50
Environment Injector Plugin 1.30
SVN Tagging 1.16
Promoted builds plugin 2.4
-
Similar Issues:
Description
During 'build promotion' I would like to tag the project sources. The tag name should be given automatically by an environment variable. This variable is not included in the Jenkins default environment but given by the EnvInjection plugin.
The scenario is given in the attachment.
Expected behaviour:
The variable 'release.number' set by the EnvInject plugin should be available to the svn-tag plugin.
Present behaviour:
${env['release.number']} is expanded to 'null'
We are also hitting this one. Our tag names need to contain some extra information that is injected by the EnvInject plugin in an earlier step of a promotion process, but the SvnTag plugin does not see these environment variables.