Commit cad0c29c authored by Samir Halilcevic's avatar Samir Halilcevic

Node docker

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