-
Type:
Improvement
-
Status: Open (View Workflow)
-
Priority:
Critical
-
Resolution: Unresolved
-
Component/s: core
-
Similar Issues:
SimpleBuildStep.perform needs to be given an EnvVars argument. Otherwise there is no way for an implementation to observe any local environment variable settings.
- is blocking
-
JENKINS-23713 Remove AbstractProject-ness from BuildStep
-
- Resolved
-
- relates to
-
JENKINS-40070 ${env.GLOBALSETTINGSNAME} invalid out of node context
-
- Open
-
-
JENKINS-29537 EnvironmentContributingAction compatible with Workflow
-
- Resolved
-
A way for the step to set variables has also been requested. In a freestyle build I suppose this would simply set build variables. In a Pipeline build, not sure. Return a Map<String,String> from step?