i want to sent a email to the build-requestor after the jenkins build is finished. I configured under "post-build Actions" a "editable email notification", as trigger i defined "always send to requestor". But this only works if i start the build over the "build now" button in jenkins.
I start the build over an url-trigger in JavaScript, after the trigger is started i only need to enter my credentials and the build starts, but i dont get any notification.
Build-Log by URL-trigger usage:
Email was triggered for: Always
Sending email for trigger: Always
An attempt to send an e-mail to empty list of recipients, ignored.
Is there any possibility to get the email to the requestor? Maybe another plugin or post-script?