-
Patch
-
Resolution: Unresolved
-
Minor
-
None
It's very hard for someone new to Jenkins' internal structure (perhaps a Pipeline script author) to figure out how to get build parameters, environment variables, etc from a Run.
Address this with a documentation change that directs the reader to the Actionable superclass's getAction(Class) and getAllActions() }} methods, and to {{ParametersAction as an example.
- relates to
-
JENKINS-54535 Expose build parameters in RunWrapper
-
- Open
-
- links to
[JENKINS-54532] Document how to get parameters from a Run
Description |
Original:
It's very hard for someone new to Jenkins' internal structure (perhaps a Pipeline script author) to figure out how to get build parameters, environment variables, etc from a <code>Run</code>. Address this with a documentation change that directs the reader to the Actionable superclass's getAction(Class), getAllActions() methods, and to ParametersAction as an example. |
New:
It's very hard for someone new to Jenkins' internal structure (perhaps a Pipeline script author) to figure out how to get build parameters, environment variables, etc from a {{Run}}. Address this with a documentation change that directs the reader to the {{Actionable}} {{superclass's getAction(Class)}} and {{getAllActions() }} methods, and to {{ParametersAction}} as an example. |
Description |
Original:
It's very hard for someone new to Jenkins' internal structure (perhaps a Pipeline script author) to figure out how to get build parameters, environment variables, etc from a {{Run}}. Address this with a documentation change that directs the reader to the {{Actionable}} {{superclass's getAction(Class)}} and {{getAllActions() }} methods, and to {{ParametersAction}} as an example. |
New:
It's very hard for someone new to Jenkins' internal structure (perhaps a Pipeline script author) to figure out how to get build parameters, environment variables, etc from a {{Run}}. Address this with a documentation change that directs the reader to the {{Actionable}} superclass's {{getAction(Class)}} and {{getAllActions() }} methods, and to {{ParametersAction}} as an example. |
Remote Link | New: This issue links to "https://github.com/jenkinsci/jenkins/pull/3724 (Web Link)" [ 22018 ] |
Link | New: This issue relates to JENKINS-54535 [ JENKINS-54535 ] |