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

Try enable docker

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