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.

build version refresh in configuration tree #1925

rikero01 ·
I have set a configuration's "Next build version" to "Not yet available" and created a step that retrieves the build version from the source and does build.setVersion(). This step runs after the checkout step.

In all places but the configuration tree the new build version is shown immediately once the step has run. In the configuration tree the value however does not change until after all steps have run (which in some cases can be 1 hour later).

Any ideas on how I can get the configuration tree to get updated/refreshed immediately as well?
  • replies 1
  • views 1324
  • stars 0
robinshen ADMIN ·
The configuration tree uses cached copy of all configurations to improve performance, and the version change in build does not currently get synced to the tree. Please file an improvement at track.pmease.com.

Thanks