project-config/jenkins/jobs/release-jobs.yaml
Doug Hellmann d2f1866661 publish docs built from releases repository
We now have the doc build working in the releases repository, and want
to publish the results to docs.openstack.org/releases. This change is
meant to enable that.

Change-Id: Ie7c752ba2ff601e4e0522e0c74ee89e7a23133d5
2015-09-03 19:45:56 +00:00

21 lines
549 B
YAML

# This job is meant to be used *only* by the openstack/releases
# repository for publishing the release history after building the
# documentation in that repository.
- job-template:
name: publish-release-history
node: '{node}'
builders:
- revoke-sudo
- gerrit-git-prep
- docs
publishers:
- console-log
- ftp:
site: '{doc-publisher-site}'
source: 'doc/build/html/**'
target: 'releases'
remove-prefix: 'doc/build/html'
excludes: ''