Commit bc99c86a authored by Samir Halilcevic's avatar Samir Halilcevic

test 6

parent 11dc8272
...@@ -178,6 +178,9 @@ pipeline { ...@@ -178,6 +178,9 @@ pipeline {
agent { agent {
dockerfile { dir ".ci/autobahn-testsuite" } dockerfile { dir ".ci/autobahn-testsuite" }
} }
environment {
CAF_NUM_CORES = 4
}
steps { steps {
script { script {
echo "Starting autobahn docker" echo "Starting autobahn docker"
...@@ -200,7 +203,6 @@ pipeline { ...@@ -200,7 +203,6 @@ pipeline {
""" """
]) ])
echo "start build" echo "start build"
sh export CAF_NUM_CORES=4
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 "
......
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