Skip to content
Snippets Groups Projects
Commit 5bc579f0 authored by Raphael Defosseux's avatar Raphael Defosseux
Browse files

CI: hotfix in Jenkins pipeline script

parent d1dd00b0
No related branches found
No related tags found
No related merge requests found
......@@ -227,7 +227,7 @@ pipeline {
if ("0".equals(res)) {
echo "No issues w/ warnings/errors in this merge request"
} 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 + ")"
addGitLabMRComment comment: message
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment