1) Email was not triggered to below email id. There is no error. Could anyone please help me on this? i have set the smtp as proper one.
Email was triggered for: Before Build
Sending email for trigger: Before Build
Sending email to: vadi...@gmail.com
No emails were triggered.
Finished: SUCCESS
Am using below arguments in jenkins.xml file
<arguments>-Xrs -Xmx256m -Dhudson.lifecycle=hudson.lifecycle.WindowsServiceLifecycle -Dmail.smtp.starttls.enable=true -jar "%BASE%\jenkins.war" --httpPort=8080"</arguments>
2) As far as i searched, i found the entire log for each builds(whole process) in jenkins installed location. Can we write separate log in separate text file only for the failed project and send as zip file through email? if so, what plugin do i need to use? Also, to delete the zip file created, what plugin do i need to use?
3) I got a plugin to modify the assembly version in Jenkins. Is there any plugin there to modify the copyright of the .NET project in assemblyinfo.cs file?
Regards,
Vadivel