Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
oai
openairinterface5G
Commits
5bc579f0
Commit
5bc579f0
authored
Aug 02, 2018
by
Raphael Defosseux
Browse files
CI: hotfix in Jenkins pipeline script
Signed-off-by:
Raphael Defosseux
<
raphael.defosseux@eurecom.fr
>
parent
d1dd00b0
Changes
1
Hide whitespace changes
Inline
Side-by-side
ci-scripts/Jenkinsfile-gitlab
View file @
5bc579f0
...
...
@@ -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
=
r
eadFile
(
'./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
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment