system-config/modules/openstack_project/files/jenkins_job_builder/config/infra-publish-jobs.yaml
Anita Kuno 442e4f60b1 Creates a publishing job for the infra-manual repo
The new infra-manual repo will need a publishing job.

This patch templates a publishing job for the check queue and
a job for the post queue. It also uses the templates.

Change-Id: Ic94094cebec4d80e6c76e1994bea69888326a49f
2014-05-02 12:47:08 -04:00

26 lines
580 B
YAML

- job-template:
name: '{name}-infra-docs'
node: '{node}'
builders:
- revoke-sudo
- gerrit-git-prep
- docs:
github-org: '{github-org}'
project: '{name}'
publishers:
- console-log
- ftp:
site: '{doc-publisher-site}'
source: 'doc/build/html/**'
target: 'infra/{doc-publisher-folder}'
remove-prefix: 'doc/build/html'
excludes: ''
- job-group:
name: infra-publish-jobs
jobs:
- 'gate-{name}-docs'
- '{name}-infra-docs'