Separate infra publications by branch name.
Change-Id: If44101b1eb909ad3e6c2ae6cb93e23c9de47ace7 Reviewed-on: https://review.openstack.org/33376 Reviewed-by: James E. Blair <corvus@inaugust.com> Reviewed-by: Clark Boylan <clark.boylan@gmail.com> Reviewed-by: Monty Taylor <mordred@inaugust.com> Approved: Jeremy Stanley <fungi@yuggoth.org> Reviewed-by: Jeremy Stanley <fungi@yuggoth.org> Tested-by: Jenkins
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
- ftp:
|
||||
site: docs.openstack.org
|
||||
source: '**'
|
||||
target: 'www/infra/publications/'
|
||||
target: 'www/infra/publications/${ZUUL_BRANCH}/'
|
||||
remove-prefix: ''
|
||||
excludes: ''
|
||||
- console-log-post
|
||||
|
||||
@@ -113,6 +113,8 @@ jobs:
|
||||
success-pattern: http://docs-draft.openstack.org/{job.name}/{pipeline.name}/{build.number}/cli/quick-start
|
||||
- name: ^gate-.*-docs$
|
||||
success-pattern: http://docs-draft.openstack.org/{change.number}/{change.patchset}/{pipeline.name}/{job.name}/{build.number}/doc/build/html/
|
||||
- name: infra-publications-publish
|
||||
branch: ^(?!master)$
|
||||
- name: ^gate-.*-requirements$
|
||||
failure-message: Incompatible requirement found; see https://wiki.openstack.org/wiki/Requirements
|
||||
branch: ^(?!stable/(folsom|grizzly)).*$
|
||||
|
||||
Reference in New Issue
Block a user