cee23e3950
This is part of the xenial transition. Elastic-recheck doesn't ahve stable branches to worry about so simply transition the docs jobs ahead to xenial. Change-Id: I17a666dbaf252b5dd2149f0aebca32d93c9284ae
24 lines
558 B
YAML
24 lines
558 B
YAML
- job:
|
|
name: elastic-recheck-docs
|
|
node: ubuntu-xenial
|
|
|
|
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
|