Commit a2502b5b authored by Samir Halilcevic's avatar Samir Halilcevic

test 13

parent e18729e9
......@@ -202,7 +202,7 @@ pipeline {
])
sh "rm -rf '$buildDir'"
sh "./.ci/run.sh build '$initFile' '$baseDir' '$buildDir'"
catchError('Autobahn Tests failed!') {
catchError(message: 'Autobahn Tests failed!') {
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