Merge "Set node to run on label docker"
authorMike Marchetti <mmarchetti@sandvine.com>
Thu, 25 Oct 2018 13:06:21 +0000 (15:06 +0200)
committerGerrit Code Review <root@osm.etsi.org>
Thu, 25 Oct 2018 13:06:21 +0000 (15:06 +0200)
Jenkinsfile

index f2e0417..6afef69 100644 (file)
@@ -16,7 +16,7 @@ def devops_checkout() {
     }
 }
 
-node {
+node('docker') {
     checkout scm
     devops_checkout()