Hi,

 If I recall correctly, you can use: 
https://wiki.jenkins-ci.org/display/JENKINS/Email-ext+plugin
There are a bunch of different triggers:
- 
https://github.com/jenkinsci/email-ext-plugin/tree/master/src/main/java/hudson/plugins/emailext/plugins/trigger
And you can send email to different people: 
https://wiki.jenkins-ci.org/display/JENKINS/Email-ext+plugin#Email-extplugin-Triggers

Cheers

On Monday, 7 November 2016 19:58:50 UTC, Rob Gulley wrote:
>
> Each build runs test cases which compiles the state to a single text file 
> (e.g. test1=Fail, test2=Pass)
>
>
> What I want to do is diff THIS build's text file to the MOST recent (i.e. 
> BUILD_NUM-1) build's text file. If any tests went from Pass->Fail, then the 
> developer who triggered the change gets a nagging email.
>
>
> I believe the dirty approach would be to write a script (Python, Groovy, 
> whatever) that is aware of the filesystem underneath Jenkins to find the 
> location of the previous build's file. That seems hacky to me, but maybe 
> it's not. I've been browsing the plugin repository and lurking some forums 
> but I haven't found a satisfying answer to this.
>
>
> What are your thoughts?
>

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/f159ca3e-6d9d-4cf0-90ca-fb57e9781e8b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to