Pharo contribution CI: Email on failed build
Is it possible to receive an email when the build of the project I registered turns to unstable? Norbert
guten Tag Nortbert, I am sure you know more about Jenkins than I do, but yes you can (and I do use this feature): https://ci.inria.fr/pharo-contribution/job/ZTimestamp/configure You do have to log in of course. Regards, Sven On 25 Feb 2014, at 16:42, Norbert Hartl <norbert@hartl.name> wrote:
Is it possible to receive an email when the build of the project I registered turns to unstable?
Norbert
Am 25.02.2014 um 16:48 schrieb Sven Van Caekenberghe <sven@stfx.eu>:
guten Tag Nortbert,
I am sure you know more about Jenkins than I do, but yes you can (and I do use this feature):
https://ci.inria.fr/pharo-contribution/job/ZTimestamp/configure
<Screen Shot 2014-02-25 at 16.45.19.png>
You do have to log in of course.
I was logged in but as this is a foreign service I forgot that I can configure it myself and assumed the opposite :) Just another embarrassing moment. thanks, Norbert
Regards,
Sven
On 25 Feb 2014, at 16:42, Norbert Hartl <norbert@hartl.name> wrote:
Is it possible to receive an email when the build of the project I registered turns to unstable?
Norbert
2014-02-25 12:53 GMT-03:00 Norbert Hartl <norbert@hartl.name>:
I was logged in but as this is a foreign service I forgot that I can configure it myself and assumed the opposite :) Just another embarrassing moment.
Embarrasing for you or not, it helped me to learn about such feature in Jenkins. ;) Thanks! Esteban A. Maringolo
Am 25.02.2014 um 21:19 schrieb Esteban A. Maringolo <emaringolo@gmail.com>:
2014-02-25 12:53 GMT-03:00 Norbert Hartl <norbert@hartl.name>:
I was logged in but as this is a foreign service I forgot that I can configure it myself and assumed the opposite :) Just another embarrassing moment.
Embarrasing for you or not, it helped me to learn about such feature in Jenkins. ;)
The embarrassing moment wasnât about the knowledge of that feature because I use it on my own jenkins server. It was about not seeing that configure link :) Anyway, Iâm glad someone learned something. Norbert
On Tue, Feb 25, 2014 at 4:42 PM, Norbert Hartl <norbert@hartl.name> wrote:
Is it possible to receive an email when the build of the project I registered turns to unstable?
yes, just add a post build action "Email notification" and put your email address there. -- Damien Cassou http://damiencassou.seasidehosting.st "Success is the ability to go from one failure to another without losing enthusiasm." Winston Churchill
Hello, Le 25 févr. 2014 à 16:53, Damien Cassou a écrit :
On Tue, Feb 25, 2014 at 4:42 PM, Norbert Hartl <norbert@hartl.name> wrote:
Is it possible to receive an email when the build of the project I registered turns to unstable?
yes, just add a post build action "Email notification" and put your email address there.
I would suggest to use the "Editable email notification". It is a Jenkins plugin (already available on pharo-contribution) that is really better. With this one, you can customize recipients, the mail content, attach the build log, etc. The most important feature to me is that you can define specific triggers like: - on regression send a mail to RecipientsDevelopersRequestorCulprits - on failure, ... - etc. It is usable without configuring anything but the recipient list. The default template is already configured. More details here: https://wiki.jenkins-ci.org/display/JENKINS/Email-ext+plugin Christophe.
participants (5)
-
Christophe Demarey -
Damien Cassou -
Esteban A. Maringolo -
Norbert Hartl -
Sven Van Caekenberghe