-
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
-
[JENKINS-38394] Ability to set output of a step to environment variable(s)
Link |
New:
This issue is duplicated by |
Link | New: This issue depends on JENKINS-34101 [ JENKINS-34101 ] |
Epic Link |
New:
|
Link |
New:
This issue duplicates |
Resolution | New: Duplicate [ 3 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |
Currently input returns typed objects, so JENKINS-34101 would be needed to get these in a form amenable to passing to withEnv.