forked from docs/doc-exports
adding other category in zuul
Reviewed-by: vladimirvshivkov <vshivkovvladimir@gmail.com> Co-authored-by: Hasko, Vladimir <vladimir.hasko@t-systems.com> Co-committed-by: Hasko, Vladimir <vladimir.hasko@t-systems.com>
This commit is contained in:
parent
0a6e0e835a
commit
af4883ad8b
17
zuul.yaml
17
zuul.yaml
@ -168,6 +168,21 @@
|
|||||||
vars:
|
vars:
|
||||||
docs_service_category: "md"
|
docs_service_category: "md"
|
||||||
|
|
||||||
|
- job:
|
||||||
|
name: otc-doc-exports-convert-other
|
||||||
|
parent: otc-doc-exports-convert-base
|
||||||
|
description: |
|
||||||
|
Convert Other doc exports from html to rst and generate
|
||||||
|
corresponding rst patch files.
|
||||||
|
files:
|
||||||
|
- docs/apiu
|
||||||
|
- roles
|
||||||
|
- templates
|
||||||
|
- metadata.yaml
|
||||||
|
provides: otc-doc-exports-convert-other
|
||||||
|
vars:
|
||||||
|
docs_service_category: "other"
|
||||||
|
|
||||||
- job:
|
- job:
|
||||||
name: otc-doc-exports-convert-security
|
name: otc-doc-exports-convert-security
|
||||||
parent: otc-doc-exports-convert-base
|
parent: otc-doc-exports-convert-base
|
||||||
@ -231,6 +246,7 @@
|
|||||||
- otc-doc-exports-convert-database
|
- otc-doc-exports-convert-database
|
||||||
- otc-doc-exports-convert-network
|
- otc-doc-exports-convert-network
|
||||||
- otc-doc-exports-convert-md
|
- otc-doc-exports-convert-md
|
||||||
|
- otc-doc-exports-convert-other
|
||||||
- otc-doc-exports-convert-security
|
- otc-doc-exports-convert-security
|
||||||
- otc-doc-exports-convert-storage
|
- otc-doc-exports-convert-storage
|
||||||
- otc-doc-exports-propose-update-application:
|
- otc-doc-exports-propose-update-application:
|
||||||
@ -279,5 +295,6 @@
|
|||||||
- otc-doc-exports-convert-database
|
- otc-doc-exports-convert-database
|
||||||
- otc-doc-exports-convert-network
|
- otc-doc-exports-convert-network
|
||||||
- otc-doc-exports-convert-md
|
- otc-doc-exports-convert-md
|
||||||
|
- otc-doc-exports-convert-other
|
||||||
- otc-doc-exports-convert-security
|
- otc-doc-exports-convert-security
|
||||||
- otc-doc-exports-convert-storage
|
- otc-doc-exports-convert-storage
|
||||||
|
Loading…
x
Reference in New Issue
Block a user