summaryrefslogtreecommitdiffstats
path: root/jjb
diff options
context:
space:
mode:
authorVanessa Rene Valderrama <vvalderrama@linuxfoundation.org>2018-08-29 13:48:30 -0500
committerVanessa Rene Valderrama <vvalderrama@linuxfoundation.org>2018-08-29 13:48:30 -0500
commitfd8bc0f300249b5c0f1102fcf2c120aafdfbf54b (patch)
tree4cc734fed4cf420e75d01add8b934143f433c54a /jjb
parentb6a693fd2a4d5ed4016d19663f2e4274a693772e (diff)
Modify OS syntax
Modifying OS syntax to work with jenkins-jobs 2.0.2 Change-Id: I63679947e27aece3e9651701976e16f8541ef67e Signed-off-by: Vanessa Rene Valderrama <vvalderrama@linuxfoundation.org>
Diffstat (limited to 'jjb')
-rw-r--r--jjb/puppet-fdio/puppet-fdio.yaml7
1 files changed, 4 insertions, 3 deletions
diff --git a/jjb/puppet-fdio/puppet-fdio.yaml b/jjb/puppet-fdio/puppet-fdio.yaml
index fe7c2f5f9..b6a6a7350 100644
--- a/jjb/puppet-fdio/puppet-fdio.yaml
+++ b/jjb/puppet-fdio/puppet-fdio.yaml
@@ -1,12 +1,13 @@
+---
- project:
name: puppet-fdio
jobs:
- 'puppet-module-unit'
- 'puppet-fdio-verify-beaker-{stream}-{os}'
project: 'puppet-fdio'
- os:
- - centos7:
- repo-os-part: 'centos7'
+ os: 'centos7'
+ repo-os-part: 'centos7'
+
stream:
- master:
branch: 'master'