Your browser was unable to load all of the resources. They may have been blocked by your firewall, proxy or browser configuration.
Press Ctrl+F5 or Ctrl+Shift+R to have your browser try again.

Determine origin of variable in a build #4359

dmorand ·

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?

  • replies 1
  • views 1333
  • stars 0
robinshen ADMIN ·

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.