system-config/modules/openstack_project/files/jenkins_job_builder/config/elastic-recheck.yaml
James E. Blair ef40ea5b5d Remove concurrency restriction from all jobs
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
2014-03-11 09:09:11 -07:00

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