Convert openstack-docs-site job to yaml config.

Convert openstack-docs-site job from hand built job on jenkins.o.o to a
job configured in jenkins job builder yaml.

Change-Id: Ib814e99992dde00a1a2b388e45f1e10dc74749a7
Reviewed-on: https://review.openstack.org/13994
Approved: James E. Blair <corvus@inaugust.com>
Reviewed-by: James E. Blair <corvus@inaugust.com>
Tested-by: Jenkins
This commit is contained in:
Clark Boylan 2012-10-03 10:56:19 -07:00 committed by Jenkins
parent fc98e36fe3
commit e030293b15
2 changed files with 24 additions and 1 deletions

View File

@ -341,3 +341,23 @@
remove-prefix: 'doc/target/docbkx/webhelp/trunk/'
excludes: '**/*.xml,**/null*'
# in zuul/layout.yaml specified to only run against master branch.
- job:
name: openstack-docs-site
concurrent: false
node: precise
triggers:
- zuul-post
builders:
- gerrit-git-prep
publishers:
- ftp:
site: docs.openstack.org
source: 'www/**'
target: ''
remove-prefix: 'www/'
excludes: ''
- console-log-post

View File

@ -72,6 +72,8 @@ jobs:
success-message: Jenkins XML output is unchanged.
- name: gate-ci-puppet-lint
voting: false
- name: openstack-docs-site
branch: ^master$
projects:
@ -658,7 +660,8 @@ projects:
- openstack-admin-manuals-diablo
- openstack-cli-guide
- openstack-glossary
- openstack-docs-site
- name: openstack/compute-api
check:
- gate-compute-api-merge