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.

Track builds triggered by other users #4659

duclong.ng ·

Hello admin,
I want to get completion, error notification of a build triggered by another user.
Does QB have any functionality to support this, please guide me.
Thanks!

  • replies 1
  • views 46
  • stars 2
robinshen ADMIN ·

You may add a notification from configuration notifications setting page, with condition set to evaluate below script:

groovy:
build.requester != null && build.requester.name == "<login name of another user>"