Commit 031641cb authored by Samir Halilcevic's avatar Samir Halilcevic

Try enable docker

parent 98db9291
......@@ -2,7 +2,7 @@
SCRIPT_DIR=$(dirname "$0")
BUILD_DIR=$1
BUILD_DIR=${1:-$SCRIPT_DIR/../../build}
cat > test_config.json << EOF
{
......
......@@ -167,14 +167,10 @@ pipeline {
getSources(config)
}
}
stage('Build') {
steps {
buildParallel(config)
}
}
stage('Autobahn Testsuite') {
steps {
script {
node(docker) {
steps {
def baseDir = pwd()
def sourceDir = "$baseDir/sources"
def buildDir = "$baseDir/build"
......@@ -205,6 +201,7 @@ pipeline {
}
}
}
}
stage('Notify') {
steps {
collectResults(config, PrettyJobName)
......
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