-
New Feature
-
Resolution: Unresolved
-
Major
-
None
Especially in multi configuration jobs and master/slave environments, it is sometimes difficult to examine where an injected value comes from and probably why it is different to our expectation.
I guess a UI containing an env location matrix would help to figure out the origin of a value.
Example:
Variable name | injected value | injected from | masters value | propertiesfile value | slave value | groovy script | ... |
HOME | /var/lib/jenins | slave | /home/jenkins | – | /var/lib/jenkins | – | ... |
... |
I could also think of such a matrix as a help for configuration when you don't actually know all parties potentially injecting values for a variable.