Commit 63b39530 authored by Raphael Defosseux's avatar Raphael Defosseux

CI: add email to committer

Signed-off-by: default avatarRaphael Defosseux <raphael.defosseux@eurecom.fr>
parent 6f94eb4f
......@@ -270,6 +270,18 @@ pipeline {
if (fileExists('test_results_oai_smf.html')) {
archiveArtifacts artifacts: 'test_results_oai_smf.html'
}
// Sending email to commiter
emailext attachmentsPattern: '*results*.html',
body: '''Hi,
Here are attached HTML report files for $PROJECT_NAME - Build # $BUILD_NUMBER - $BUILD_STATUS!
Regards,
OAI CI Team''',
replyTo: 'no-reply@openairinterface.org',
subject: '$PROJECT_NAME - Build # $BUILD_NUMBER - $BUILD_STATUS!',
to: gitCommitAuthorEmailAddr
}
}
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment