Skip to content
This repository has been archived by the owner on Oct 1, 2020. It is now read-only.

Commit

Permalink
Remove from attribute in email to use default
Browse files Browse the repository at this point in the history
  • Loading branch information
ttaylor249 committed Aug 1, 2019
1 parent ba7ec4e commit 461b7a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Expand Up @@ -244,5 +244,5 @@ def updateSlack(String colorHex, String messageText) {
}

def updateEmail(String subjectText, String messageText) {
emailext(subject: "${subjectText}: Job '${env.JOB_NAME} [${env.BUILD_NUMBER}]'", body: "${messageText}: Job '${env.JOB_NAME} [${env.BUILD_NUMBER}]'. Please see ${env.BUILD_URL} for additional details.", from: 'no-reply@mitre.org', replyTo: '${DEFAULT_REPLYTO}', to: '${DEFAULT_RECIPIENTS}')
emailext(subject: "${subjectText}: Job '${env.JOB_NAME} [${env.BUILD_NUMBER}]'", body: "${messageText}: Job '${env.JOB_NAME} [${env.BUILD_NUMBER}]'. Please see ${env.BUILD_URL} for additional details.", replyTo: '${DEFAULT_REPLYTO}', to: '${DEFAULT_RECIPIENTS}')
}

0 comments on commit 461b7a4

Please sign in to comment.