project-config/jenkins/jobs/elastic-recheck.yaml
James E. Blair 6dcebba9f8 Add AFS publishers to all docs jobs
This adds an equivalent AFS publisher everywhere we currently have
an FTP publisher.

Change-Id: Ie0bdedfeab7f7e7d831acbabd347ef5b26dfcc8b
2016-09-30 08:47:38 -07:00

24 lines
558 B
YAML

- job:
name: elastic-recheck-docs
node: ubuntu-trusty
builders:
- gerrit-git-prep
- install-distro-packages
- revoke-sudo
- docs
publishers:
- ftp:
site: docs.openstack.org
source: 'doc/build/html/**'
target: 'infra/elastic-recheck/'
remove-prefix: 'doc/build/html'
excludes: ''
- afs:
site: afs-docs
source: 'doc/build/html/**'
target: 'infra/elastic-recheck/'
remove-prefix: 'doc/build/html'
- console-log