Add jobs to publish nodepool docs
Initial commit for nodepool documentation has been made, adding job to publish to http://ci.openstack.org/nodepool/ Change-Id: Idddb8cea97697df19174ec55df4a82328d671994
This commit is contained in:
parent
f24fca44d0
commit
52c9a22873
@ -0,0 +1,20 @@
|
|||||||
|
# This is a non-standard docs job because it uses SCP instead of FTP
|
||||||
|
- job:
|
||||||
|
name: nodepool-docs
|
||||||
|
node: bare-precise
|
||||||
|
|
||||||
|
builders:
|
||||||
|
- revoke-sudo
|
||||||
|
- gerrit-git-prep
|
||||||
|
- docs:
|
||||||
|
github-org: openstack-infra
|
||||||
|
project: nodepool
|
||||||
|
|
||||||
|
publishers:
|
||||||
|
- scp:
|
||||||
|
site: '173.203.107.207'
|
||||||
|
files:
|
||||||
|
- target: 'ci/nodepool'
|
||||||
|
source: 'doc/build/html/**/*'
|
||||||
|
keep-hierarchy: true
|
||||||
|
- console-log
|
@ -2777,6 +2777,8 @@ projects:
|
|||||||
- name: openstack-infra/nodepool
|
- name: openstack-infra/nodepool
|
||||||
template:
|
template:
|
||||||
- name: python-jobs
|
- name: python-jobs
|
||||||
|
post:
|
||||||
|
- nodepool-docs
|
||||||
pre-release:
|
pre-release:
|
||||||
- nodepool-tarball
|
- nodepool-tarball
|
||||||
release:
|
release:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user