-
Story
-
Resolution: Duplicate
-
Major
-
None
When using steps like input that capture data from a user, it makes sense to be able to set the resultant values to environment variables.
This could be generalised to other steps that return values (perhaps as maps).
In pipeline-model, the way data is passed around is via (environment) variables as there are no local variables, so the ability to set environment variables to the output is required.
- depends on
-
JENKINS-34101 Option for input parameters to be flattened to string
-
- Open
-
- duplicates
-
JENKINS-48379 Input/parameters for Stages
-
- Closed
-
- is duplicated by
-
JENKINS-38332 Input steps to set their result as an environment variable
-
- Closed
-
Currently input returns typed objects, so JENKINS-34101 would be needed to get these in a form amenable to passing to withEnv.