Commit 5701c066 authored by Samir Halilcevic's avatar Samir Halilcevic

test 15

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