diff --git a/jenkinsfile b/jenkinsfile index 0f11052..bc85060 100644 --- a/jenkinsfile +++ b/jenkinsfile @@ -15,7 +15,7 @@ pipeline { // Cleaning WorkSpace cleanWs() // send Mail - emailext body: '$DEFAULT_CONTENT', recipientProviders: [buildUser()], subject: '$DEFAULT_SUBJECT', to: 'bramm.p11@gmail.com' + emailext body: '$DEFAULT_CONTENT', recipientProviders: [developers()], subject: '$DEFAULT_SUBJECT', to: 'bramm.p11@gmail.com' } } }