Details
-
Patch
-
Status: Resolved (View Workflow)
-
Minor
-
Resolution: Fixed
-
None
-
-
workflow-support 2.23
Description
I found the description of RunWrapper.getBuildVariables a bit incomplete/confusing:
> buildVariables
>
> for a non-Pipeline downstream build, offers access to a map of defined build variables; for a Pipeline downstream build, any variables set globally on env
so I suggest changing it, appending:
> Child Pipeline jobs can use this to report additional information to the parent job by setting variables in <code>env</code>. Note that build parameters are not shown in buildVariables.
Attachments
Issue Links
- links to
Pull request: https://github.com/jenkinsci/workflow-support-plugin/pull/80