You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cassandra.apache.org by GitBox <gi...@apache.org> on 2019/09/04 16:19:25 UTC

[GitHub] [cassandra-builds] mshuler commented on a change in pull request #10: Configure so emails are sent when a build fails…

mshuler commented on a change in pull request #10: Configure so emails are sent when a build fails…
URL: https://github.com/apache/cassandra-builds/pull/10#discussion_r320851818
 
 

 ##########
 File path: jenkins-dsl/cassandra_job_dsl_seed.groovy
 ##########
 @@ -105,6 +105,19 @@ job('Cassandra-template-artifacts') {
             javadocDir 'build/javadoc'
             keepAll false
         }
+        extendedEmail {
+            recipientList('builds@cassandra.apache.org')
+            triggers {
+                stillUnstable {
 
 Review comment:
   stillUnstable is defined as:
   // Triggers an email if the build status is "Unstable" for two or more builds in a row.
   
   I think we're going for failure{} and fixed{}? These triggers would send on every build failure - there is an alternate firstFailure{} trigger, so only one email would be sent in the case of repeated build failures. I can't remember if we used regression{} in other jenkinses, but that might suit the needs for this without spamming every failure{} too. I'll see if I can find some old DSL foo to see what we used.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@cassandra.apache.org
For additional commands, e-mail: dev-help@cassandra.apache.org