Commit d72a6cd7 authored by Samir Halilcevic's avatar Samir Halilcevic

test 14

parent a2502b5b
#! /bin/bash -x #! /bin/bash -e
set -e
REPORT_DIR="./reports" REPORT_DIR="./reports"
REPORT_JSON_FILE="$REPORT_DIR/index.json" REPORT_JSON_FILE="$REPORT_DIR/index.json"
......
...@@ -202,7 +202,7 @@ pipeline { ...@@ -202,7 +202,7 @@ pipeline {
]) ])
sh "rm -rf '$buildDir'" sh "rm -rf '$buildDir'"
sh "./.ci/run.sh build '$initFile' '$baseDir' '$buildDir'" sh "./.ci/run.sh build '$initFile' '$baseDir' '$buildDir'"
catchError(message: 'Autobahn Tests failed!') { catchError(message: 'Autobahn Tests failed!', buildResult: "FAILED", stageResult: "FAILED") {
sh "./.ci/autobahn-testsuite/run.sh $buildDir" sh "./.ci/autobahn-testsuite/run.sh $buildDir"
} }
} }
......
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