From 61777cc9f7817bdeb9ef5b82cf3f6a0178753177 Mon Sep 17 00:00:00 2001 From: Dan Ballard Date: Fri, 15 Jun 2018 18:49:14 -0700 Subject: [PATCH] requester provider --- cwtch.node.jenkinsfile | 2 +- cwtch.pipeline.jenkinsfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cwtch.node.jenkinsfile b/cwtch.node.jenkinsfile index a40f2b0..f051c3d 100644 --- a/cwtch.node.jenkinsfile +++ b/cwtch.node.jenkinsfile @@ -104,7 +104,7 @@ def notifyBuild(String buildStatus = 'STARTED') { subject: "[JENKINS] ${subject}", to: 'dan@openprivacy.ca', body: summary, - recipientProviders: [[$class: 'DevelopersRecipientProvider'], [$class: 'CulpritsRecipientProvider']], + recipientProviders: [[$class: 'DevelopersRecipientProvider'], [$class: 'CulpritsRecipientProvider'], [$class: 'RequesterRecipientProvider']], from: 'dan@openprivacy.ca' ) } diff --git a/cwtch.pipeline.jenkinsfile b/cwtch.pipeline.jenkinsfile index ffef3a1..58ebc29 100644 --- a/cwtch.pipeline.jenkinsfile +++ b/cwtch.pipeline.jenkinsfile @@ -125,7 +125,7 @@ def notifyBuild(String buildStatus = 'STARTED') { subject: "[JENKINS] ${subject}", to: 'dan@openprivacy.ca', body: summary, - recipientProviders: [[$class: 'DevelopersRecipientProvider'], [$class: 'CulpritsRecipientProvider']], + recipientProviders: [[$class: 'DevelopersRecipientProvider'], [$class: 'CulpritsRecipientProvider'], [$class: 'RequesterRecipientProvider']], from: 'dan@openprivacy.ca' ) }