trying to make java11 job specfic
[infra/cicd.git] / jjb / onap / global-templates-onap-java.yaml
index 41160c268222f112c067ca483e306e216dd5aba0..dff9cf13130bfbdf08ba0efa2cfce7c0b914820f 100644 (file)
@@ -1,7 +1,9 @@
 - job-template:
     name: 'onap-{project-name}-{stream}-verify-java'
 
-    node: geode-ubuntu1804
+    node: onap-ubuntu1604
+
+    node_labels: onap-ubuntu1604
 
     disabled: false
 
@@ -12,8 +14,8 @@
 
     parameters:
       - string:
-          name: NODE
-          default: '{node}'
+          name: NODE_LABELS
+          default: '{node_labels}'
           description: node to do build on
       - project-parameters:
           project: 'onap/{project}'