Commit bdf698a1 authored by ismail's avatar ismail

CI: error correction

Signed-off-by: default avatarismail <mohammed.ismail@openairinterface.org>
parent 90b4d481
......@@ -323,12 +323,10 @@ pipeline {
}
// Sending email to commiter
emailext attachmentsPattern: '*results*.html',
body: '''Hi,
if (params.sendToCommitterEmail != null) {
if (params.sendToCommitterEmail) {
emailext attachmentsPattern: '*results*.html',
body: '''Hi,
body: '''Hi,
Here are attached HTML report files for $PROJECT_NAME - Build # $BUILD_NUMBER - $BUILD_STATUS!
Regards,
......
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