Build on jenkins nodes with label docker
[osm/UI.git] / Jenkinsfile
index 85e99ab..6ed5423 100644 (file)
@@ -15,7 +15,7 @@ def devops_checkout() {
     }
 }
 
     }
 }
 
-node {
+node('docker') {
     checkout scm
     devops_checkout()
 
     checkout scm
     devops_checkout()