-
Bug
-
Resolution: Unresolved
-
Minor
-
None
In pipleline job, when setting a variable like:
environment
{ dc = "20" }At the same time, if there is global variable defined
The problem is, the "dc" variable can not be used (found) in pipeline shell environment variable. However if variable use uppercase like "DC", it can be used.