Commit 0a922508 authored by Raphael Defosseux's avatar Raphael Defosseux

CI: hotfix: syntax error in Jenkins pipeline

Signed-off-by: default avatarRaphael Defosseux <raphael.defosseux@eurecom.fr>
parent 70e9b3ef
...@@ -47,11 +47,13 @@ pipeline { ...@@ -47,11 +47,13 @@ pipeline {
} }
post { post {
failure { failure {
script {
def message = "OAI " + JOB_NAME + " build (" + BUILD_ID + "): Merge Conflicts -- Cannot perform CI" def message = "OAI " + JOB_NAME + " build (" + BUILD_ID + "): Merge Conflicts -- Cannot perform CI"
addGitLabMRComment comment: message addGitLabMRComment comment: message
} }
} }
} }
}
stage ("Start VM -- cppcheck") { stage ("Start VM -- cppcheck") {
steps { steps {
......
...@@ -245,7 +245,7 @@ function test_compile_and_run() { ...@@ -245,7 +245,7 @@ function test_compile_and_run() {
#echo "pre_exec_file = $pre_exec_file" #echo "pre_exec_file = $pre_exec_file"
#echo "nruns = $nruns" #echo "nruns = $nruns"
echo "class = $class" echo "class = $class"
echo "desc = $desc" #echo "desc = $desc"
#compile_prog_array=() #compile_prog_array=()
#read -a compile_prog_array <<<"$compile_prog" #read -a compile_prog_array <<<"$compile_prog"
......
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