Modify verify stream node 86/19886/1
authorVanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
Wed, 29 May 2019 21:09:27 +0000 (16:09 -0500)
committerVanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
Wed, 29 May 2019 21:09:27 +0000 (16:09 -0500)
This change is to resolve an issue where the label is not being set
correctly because the node is being set by an os-parameter instead of
hardcoding the node type.

Change-Id: If5d3a7f2a8c6bd5bde9ef971b02382d3bd31e4fe
Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
jjb/nsh_sfc/nsh_sfc.yaml

index 0f53c4b..49c8f18 100644 (file)
     name: 'nsh_sfc-verify-docs-{stream}'
 
     project-type: freestyle
-    node: '{os}-builder-4c-4g'
+    node: ubuntu1604-builder-4c-4g
     concurrent: true
     jdk: openjdk8-ubuntu1604
 
           project: '{project}'
       - gerrit-parameter:
           branch: '{branch}'
-      - os-parameter:
-          os: 'ubuntu1604'
       - maven-exec:
           maven-version: 'mvn33-new'