Commit 5bc579f0 authored by Raphael Defosseux's avatar Raphael Defosseux

CI: hotfix in Jenkins pipeline script

Signed-off-by: default avatarRaphael Defosseux <raphael.defosseux@eurecom.fr>
parent d1dd00b0
...@@ -227,7 +227,7 @@ pipeline { ...@@ -227,7 +227,7 @@ pipeline {
if ("0".equals(res)) { if ("0".equals(res)) {
echo "No issues w/ warnings/errors in this merge request" echo "No issues w/ warnings/errors in this merge request"
} else { } else {
def fileList=eadFile('./oai_warning_files_list.txt').trim(); def fileList=readFile('./oai_warning_files_list.txt').trim();
def message = "OAI " + JOB_NAME + " build (" + BUILD_ID + "): Some modified files in Merge Request MAY have INTRODUCED WARNINGS (" + fileList + ")" def message = "OAI " + JOB_NAME + " build (" + BUILD_ID + "): Some modified files in Merge Request MAY have INTRODUCED WARNINGS (" + fileList + ")"
addGitLabMRComment comment: message addGitLabMRComment comment: message
} }
......
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