add node specifier to build
[osm/devops.git] / jenkins / ci-pipelines / ci_stage_1.groovy
index a5adb9e..be7d908 100644 (file)
@@ -25,7 +25,8 @@ def Get_MDG(project) {
     return project
 }
 
-node {
+node("${params.NODE}") {
+
     mdg = Get_MDG("${GERRIT_PROJECT}")
     println("MDG is ${mdg}")