When looking at a build via a groovy script I would like to loop through the variables and determine whether each variable originated in the configuration associated with the build or from some other build that was promoted to this configuration. If this is possible I would like to add this to the Build Custom Columns setting to show promoted variables and their values on the Recent Builds table of the Configuration Overview tab. Is this possible?
You may add a custom column running a groovy script to check all variables of current build to find the source, and return desired values of all variables as a whole. It is not possible to return a custom column per variable though.