Set node to run on label docker 61/6761/1
authorMike Marchetti <mmarchetti@sandvine.com>
Thu, 25 Oct 2018 13:05:29 +0000 (09:05 -0400)
committerMike Marchetti <mmarchetti@sandvine.com>
Thu, 25 Oct 2018 13:05:29 +0000 (09:05 -0400)
Signed-off-by: Mike Marchetti <mmarchetti@sandvine.com>
Jenkinsfile

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