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"
...@@ -209,6 +210,7 @@ pipeline { ...@@ -209,6 +210,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