From 82b7dfee15ff3655c942f8909e2bdc2082f0ee83 Mon Sep 17 00:00:00 2001 From: Dylan Simon Date: Wed, 6 Jul 2022 15:26:06 -0400 Subject: [PATCH] [jenkins] remove my email --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 6aa82bd8..771418cd 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -175,7 +175,7 @@ Changes: End of build log: \${BUILD_LOG,maxLines=60} """, - to: 'nwentzell@flatironinstitute.org, dsimon@flatironinstitute.org', + to: 'nwentzell@flatironinstitute.org', recipientProviders: [ [$class: 'DevelopersRecipientProvider'], ],