-
Type:
Task
-
Resolution: Unresolved
-
Priority:
Minor
-
Component/s: environment-script-plugin
-
None
I have a variable declared in jenkins global environment variables without any preset value.
I want to update the value through a job based on some checks. The value I update through envInject plugin methods is not getting updated in global variables.
Â
I am in need to use the set value elsewhere through groovy code. Kindly suggest a solution