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.

Get Requester Email Address #3656

helmut.n ·
How can I get the email address of the build requester within a script?
  • replies 2
  • views 3068
  • stars 0
sunmrt ·

if(!build.isScheduled())
{
build.getRequester().getEmail()
}
helmut.n ·
Thank you for the quick response. :-)