From b5278079deb9b224bf4c9bacdfa547c5204f86da Mon Sep 17 00:00:00 2001 From: Dylan Simon Date: Fri, 26 Jul 2019 15:04:01 -0400 Subject: [PATCH] [jenkins] remove myself from emails --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 7efdb8f2..7744f4c9 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -145,7 +145,7 @@ Changes: End of build log: \${BUILD_LOG,maxLines=60} """, - to: 'nwentzell@flatironinstitute.org, dsimon@flatironinstitute.org', + to: 'nwentzell@flatironinstitute.org', recipientProviders: [ [$class: 'DevelopersRecipientProvider'], ],