diff options
Diffstat (limited to 'jjb/puppet-fdio/puppet-fdio.yaml')
-rw-r--r-- | jjb/puppet-fdio/puppet-fdio.yaml | 59 |
1 files changed, 59 insertions, 0 deletions
diff --git a/jjb/puppet-fdio/puppet-fdio.yaml b/jjb/puppet-fdio/puppet-fdio.yaml new file mode 100644 index 000000000..fc4bc79a6 --- /dev/null +++ b/jjb/puppet-fdio/puppet-fdio.yaml @@ -0,0 +1,59 @@ +- project: + name: puppet-fdio + jobs: + - 'puppet-fdio-verify-{stream}-{os}' + + project: 'puppet-fdio' + os: + - centos7: + repo-os-part: 'centos7' + stream: + - master: + branch: 'master' + repo-stream-part: 'master' + +- job-template: + name: 'puppet-fdio-verify-{stream}-{os}' + + project-type: freestyle + node: 'verify-{os}' + concurrent: true + + logrotate: + daysToKeep: '{build-days-to-keep}' + numToKeep: '{build-num-to-keep}' + artifactDaysToKeep: '{build-artifact-days-to-keep}' + artifactNumToKeep: '{build-artifact-num-to-keep}' + + parameters: + - project-parameter: + project: '{project}' + - gerrit-parameter: + branch: '{branch}' + - os-parameter: + os: '{os}' + - repo-name-parameter: + repo-name: '{repo-stream-part}.{repo-os-part}' + + scm: + - gerrit-trigger-scm: + credentials-id: 'jenkins-gerrit-credentials' + refspec: '$GERRIT_REFSPEC' + choosing-strategy: 'gerrit' + + wrappers: + - fdio-infra-wrappers: + build-timeout: '{build-timeout}' + + triggers: + - gerrit-trigger-patch-submitted: + name: '{project}' + branch: '{branch}' + + builders: + - shell: + !include-raw-escape: + - include-raw-prepare-node.sh + - shell: + !include-raw-escape: + - include-raw-puppet-fdio-unit.sh |