From: Vanessa Rene Valderrama Date: Wed, 29 Aug 2018 18:48:30 +0000 (-0500) Subject: Modify OS syntax X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F63%2F14563%2F1;p=ci-management.git Modify OS syntax Modifying OS syntax to work with jenkins-jobs 2.0.2 Change-Id: I63679947e27aece3e9651701976e16f8541ef67e Signed-off-by: Vanessa Rene Valderrama --- 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'