
Change-Id: I1706332f911ad9c8887d1e40613b06cbeb5e1143 Signed-off-by: Philip Schwartz <philip.schwartz@rackspace.com>
21 lines
466 B
YAML
21 lines
466 B
YAML
# This is a non-standard docs job because it uses SCP instead of FTP
|
|
- job:
|
|
name: vinz-docs
|
|
node: bare-precise
|
|
|
|
builders:
|
|
- revoke-sudo
|
|
- gerrit-git-prep
|
|
- docs:
|
|
github-org: openstack-infra
|
|
project: vinz
|
|
|
|
publishers:
|
|
- scp:
|
|
site: '173.203.107.207'
|
|
files:
|
|
- target: 'ci/vinz'
|
|
source: 'doc/build/html/**/*'
|
|
keep-hierarchy: true
|
|
- console-log
|