Amit Kulkarni
2010-Feb-23 07:45 UTC
[Cruisecontrolrb-users] Mail configuration in cruise control
Hello all, I have successfully setup the project application and everything is working fine.I also get mail when build is failed and when it is success. Now is it possible to send mail if once the build is success often similar to what we get when build is failed This is the scenario: 1: Started the build and it failed -- Mail is sent. 2: Fixed the issue and again started the build and it succeeded -- Mail is sent 3: Now again run the build and it is again succeeded. -- Now mail is not sent.Now i want the mail to get received.Is there a way to do it. The main intension behind this once the build is successful mail should be sent every often so that everyone in the team knows regarding the success and successfully running of specs. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://rubyforge.org/pipermail/cruisecontrolrb-users/attachments/20100223/5f153f33/attachment.html>
Alexey Verkhovsky
2010-Feb-23 21:16 UTC
[Cruisecontrolrb-users] Mail configuration in cruise control
I wouldn''t nag people with notices of successful builds, but if you really want to do that, change code in EmailNotifier#build_finished to do that. -- Alexey Verkhovsky http://alex-verkhovsky.blogspot.com/ CruiseControl.rb [http://cruisecontrolrb.thoughtworks.com] -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://rubyforge.org/pipermail/cruisecontrolrb-users/attachments/20100223/6299fd5c/attachment.html>
Amit Kulkarni
2010-Feb-25 10:09 UTC
[Cruisecontrolrb-users] Mail configuration in cruise control
Thanks a lot.But i am not seeing any file as Email Notifier in the cruise control.Is the code for sucess mail written in other file like "successful_build_trigger.rb". On Wed, Feb 24, 2010 at 2:46 AM, Alexey Verkhovsky < alexey.verkhovsky at gmail.com> wrote:> I wouldn''t nag people with notices of successful builds, but if you really > want to do that, change code in EmailNotifier#build_finished to do that. > > -- > Alexey Verkhovsky > http://alex-verkhovsky.blogspot.com/ > CruiseControl.rb [http://cruisecontrolrb.thoughtworks.com] > > > _______________________________________________ > Cruisecontrolrb-users mailing list > Cruisecontrolrb-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/cruisecontrolrb-users > >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://rubyforge.org/pipermail/cruisecontrolrb-users/attachments/20100225/41818fd8/attachment.html>