Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Minor
-
Resolution: Not A Defect
-
Component/s: pipeline-model-definition-plugin
-
Similar Issues:
Description
This does not work:
pipeline { environment { FOO = "bar" } parameters { string(name: 'BAZ', defaultValue: '', description: "Foo = $env.FOO") }
The description for the parameter is always "Foo = null" instead of "Foo = bar".
Actually I think this may be a duplicate of JENKINS-28566, but I'm not sure