ef40ea5b5d
We can't guarantee that with 8 jenkins masters anymore anyway, and this can cause problems if Jenkins gets stuck on a job; all other jobs scheduled on the same master will wait for it. Change-Id: Ifb20b6819e5f27da449f2a46d463a29b43695f18
19 lines
410 B
YAML
19 lines
410 B
YAML
- job:
|
|
name: elastic-recheck-docs
|
|
node: bare-precise
|
|
|
|
builders:
|
|
- gerrit-git-prep
|
|
- docs:
|
|
github-org: '{github-org}'
|
|
project: '{name}'
|
|
|
|
publishers:
|
|
- ftp:
|
|
site: docs.openstack.org
|
|
source: 'doc/build/html/**'
|
|
target: 'infra/elastic-recheck/'
|
|
remove-prefix: 'doc/build/html'
|
|
excludes: ''
|
|
- console-log
|