Commit bc99c86a authored by Samir Halilcevic's avatar Samir Halilcevic

test 6

parent 11dc8272
......@@ -178,6 +178,9 @@ pipeline {
agent {
dockerfile { dir ".ci/autobahn-testsuite" }
}
environment {
CAF_NUM_CORES = 4
}
steps {
script {
echo "Starting autobahn docker"
......@@ -200,7 +203,6 @@ pipeline {
"""
])
echo "start build"
sh export CAF_NUM_CORES=4
sh "./.ci/run.sh build '$initFile' '$baseDir' '$buildDir'"
warnError('Unit Tests failed!') {
echo "Starting Autobahn Testsuite "
......
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