Commit cad0c29c authored by Samir Halilcevic's avatar Samir Halilcevic

Node docker

parent 966adee2
...@@ -176,6 +176,7 @@ pipeline { ...@@ -176,6 +176,7 @@ pipeline {
} }
stage('Autobahn Testsuite') { stage('Autobahn Testsuite') {
steps { steps {
node(docker) {
script { script {
def baseDir = pwd() def baseDir = pwd()
def sourceDir = "$baseDir/sources" def sourceDir = "$baseDir/sources"
...@@ -206,6 +207,7 @@ pipeline { ...@@ -206,6 +207,7 @@ pipeline {
} }
} }
} }
}
} }
} }
} }
......
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