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:
parent
fc98e36fe3
commit
e030293b15
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user