Fix bug 1232: k8scluster-list now shows the vim name it belongs to
[osm/osmclient.git] / Jenkinsfile
index f346cac..d0620b1 100644 (file)
@@ -16,7 +16,7 @@ def devops_checkout() {
     }
 }
 
-node {
+node('docker') {
     checkout scm
     devops_checkout()