This is an automated email from the ASF dual-hosted git repository.
mck pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cassandra-builds.git
The following commit(s) were added to refs/heads/master by this push:
new 1104a1a Add a jenkins email presend script. To begin with just
removes threading headers.
1104a1a is described below
commit 1104a1a7355482b2c06e05b97b40464ef77eb027
Author: mck <[email protected]>
AuthorDate: Tue Jul 7 11:13:04 2020 +0200
Add a jenkins email presend script. To begin with just removes threading
headers.
---
jenkins-dsl/cassandra_email_presend.groovy | 2 ++
1 file changed, 2 insertions(+)
diff --git a/jenkins-dsl/cassandra_email_presend.groovy
b/jenkins-dsl/cassandra_email_presend.groovy
new file mode 100644
index 0000000..ab6a51d
--- /dev/null
+++ b/jenkins-dsl/cassandra_email_presend.groovy
@@ -0,0 +1,2 @@
+msg.removeHeader("In-Reply-To")
+msg.removeHeader("References")
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]