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.

Instantiate other builds in email template #3721

stephasaurus ·
Hi,

Is it possible to instantiate another build inside of the velocity template for an email? Like for instance if I want to get the changelist from another build whose ID I already know:

#set($randomBuildCL = $system.buildManager.get(22472).getVarValue('changelist'))


Thanks!
  • replies 1
  • views 352
  • stars 0
robinshen ADMIN ·
QB has no problem to load build by id and get the change sets, but I guess velocity template does not support the syntax to execute methods.