Change gate-*-docs success URL.
Drill down all the way to the docs. As long as this job is only running in the gate context (it is), run-docs.sh won't do anything funny like copy or move the resulting docs around, so it should be safe to link to doc/build/html. Change-Id: I1c8aaed9020b7c9872ff0ccc876bf719df4cd5dd Reviewed-on: https://review.openstack.org/26643 Reviewed-by: Jeremy Stanley <fungi@yuggoth.org> Reviewed-by: Clark Boylan <clark.boylan@gmail.com> Approved: James E. Blair <corvus@inaugust.com> Tested-by: Jenkins
This commit is contained in:
parent
fdccb02a33
commit
ac87dcf899
@ -115,7 +115,7 @@ jobs:
|
||||
success-pattern: http://docs-draft.openstack.org/{job.name}/{pipeline.name}/{build.number}/cli/quick-start
|
||||
branch: ^(?!stable/(diablo|essex)).*$
|
||||
- name: ^gate-.*-docs$
|
||||
success-pattern: http://docs-draft.openstack.org/{change.number}/{change.patchset}/{pipeline.name}/{job.name}/{build.number}/
|
||||
success-pattern: http://docs-draft.openstack.org/{change.number}/{change.patchset}/{pipeline.name}/{job.name}/{build.number}/doc/build/html/
|
||||
- name: gate-openstack-manuals-validate
|
||||
voting: false
|
||||
- name: ^gate-.*-requirements$
|
||||
|
Loading…
x
Reference in New Issue
Block a user