Commit 4e2a365f authored by Samir Halilcevic's avatar Samir Halilcevic

test 4

parent 1f1b87bc
...@@ -202,7 +202,9 @@ pipeline { ...@@ -202,7 +202,9 @@ pipeline {
""" """
]) ])
echo "start build" echo "start build"
sh "./sources/.ci/run.sh build '$initFile' '$sourceDir' '$buildDir'" sh "ls .."
sh "ls"
sh "./.ci/run.sh build '$initFile' '$sourceDir' '$buildDir'"
warnError('Unit Tests failed!') { warnError('Unit Tests failed!') {
echo "start build" echo "start build"
sh "./sources/.ci/autobahn-testsuite/run.sh $buildDir" sh "./sources/.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