Commit 0fa194d1 authored by Samir Halilcevic's avatar Samir Halilcevic

test 6

parent bc99c86a
...@@ -205,7 +205,7 @@ pipeline { ...@@ -205,7 +205,7 @@ pipeline {
echo "start build" echo "start build"
sh "./.ci/run.sh build '$initFile' '$baseDir' '$buildDir'" sh "./.ci/run.sh build '$initFile' '$baseDir' '$buildDir'"
warnError('Unit Tests failed!') { warnError('Unit Tests failed!') {
echo "Starting Autobahn Testsuite " echo "Starting Autobahn Testsuite"
sh "./.ci/autobahn-testsuite/run.sh $buildDir" sh "./.ci/autobahn-testsuite/run.sh $buildDir"
writeFile file: "build-autobahn.success", text: "success\n" writeFile file: "build-autobahn.success", text: "success\n"
} }
......
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