Modify OS syntax 67/14567/1
authorVanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
Wed, 29 Aug 2018 20:22:48 +0000 (15:22 -0500)
committerVanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
Wed, 29 Aug 2018 20:22:48 +0000 (15:22 -0500)
Modifying OS syntax to work with jenkins-jobs 2.0.2

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

index d69f5aa..8a73ba3 100644 (file)
@@ -1,3 +1,4 @@
+---
 - project:
     name: hc2vpp-csit
     description: 'jenkins jobs to test Hc2vpp features.'
         - '1807':
             branch: 'stable/1807'
             repo-stream-part: 'stable.1807'
-    os:
-        - ubuntu1604:
-            repo-os-part: 'ubuntu.xenial.main'
+
+    os: 'ubuntu1604'
+    repo-os-part: 'ubuntu.xenial.main'
+
     odl:
         - oxygen
 
         - master:
             branch: 'master'
             repo-stream-part: 'master'
-    os:
-        - ubuntu1604:
-            repo-os-part: 'ubuntu.xenial.main'
+
+    os: 'ubuntu1604'
+    repo-os-part: 'ubuntu.xenial.main'
+
     odl:
         - boron
 
         - string:
             name: ODL
             default: '{odl}'
-            description: "ODL version parameter."
\ No newline at end of file
+            description: "ODL version parameter."