michaelsembwever 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_r320936973
##
File path: jenkins-dsl/cassandra_job_dsl_seed.groovy
##
@@ -105,6 +105,19 @@ job('C
Quick update on 4.0-alpha1 builds:
- tar artifacts are published to maven[0] and sha d4054e0c tagged as
4.0-alpha1-tentative (thanks to Marcus Eriksson for asking this morning
to look at a cassandra-diff PR for maven publish, which gave me a fresh
idea on fixing .m2/settings.xml for new-laptop
On 9/4/19 9:01 AM, Mick Semb Wever wrote:
This is going to be a job('Cassandra-template-artifacts') {publishers
...} step in the template, if I recall. Not sure what email plugins are
installed. I'd be happy to look at a PR.
Quick or the dead around here :-)
It has been done manually, an
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-
> This is going to be a job('Cassandra-template-artifacts') {publishers
> ...} step in the template, if I recall. Not sure what email plugins are
> installed. I'd be happy to look at a PR.
Quick or the dead around here :-)
It has been done manually, and a separate PR opened here:
https://gi
On 9/4/19 8:33 AM, Mick Semb Wever wrote:
Jenkins does have this functionality: with "E-mail Notification"
configuration under the "Post-build Actions" section. Emails are sent
when a build fails, becomes unstable or returns to stable, to a
specified ML and the authors of the breakage.
Is t
michaelsembwever commented on issue #10: Configure so emails are sent when a
build fails…
URL: https://github.com/apache/cassandra-builds/pull/10#issuecomment-527966144
@mshuler @spodkowinski
This is an automated message fro
michaelsembwever opened a new pull request #10: Configure so emails are sent
when a build fails…
URL: https://github.com/apache/cassandra-builds/pull/10
**I have no idea how to test or deploy this change.**
---
Configure so emails are sent when a build fails, becomes unstable or r
> Jenkins does have this functionality: with "E-mail Notification"
> configuration under the "Post-build Actions" section. Emails are sent
> when a build fails, becomes unstable or returns to stable, to a
> specified ML and the authors of the breakage.
>
> Is there any objection if I configur