X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=docs%2Fhow-to-use-docs%2Fdocumentation-example.rst;h=f9b8da2f169d735b03fec7068f3e86720f836edd;hb=f5366718fd0847cbaa6bcd1bede2886d9fdb3468;hp=628162b799a549e0e5c2b7472b5ae5023de3e58e;hpb=7f61502374b4e2f54e1861ba3eaa1dc7f53b4416;p=releng.git diff --git a/docs/how-to-use-docs/documentation-example.rst b/docs/how-to-use-docs/documentation-example.rst index 628162b79..f9b8da2f1 100644 --- a/docs/how-to-use-docs/documentation-example.rst +++ b/docs/how-to-use-docs/documentation-example.rst @@ -138,8 +138,22 @@ built files. /output/ /releng/ -Verify Jobs -=========== +Jenkins Jobs +============ + +Enabling Jenkins Jobs +--------------------- + +Jenkins in OPNFV infra performs the jobs to verify and update your documents. +To make your project repository watched by Jenkins to execute those jobs, you +have to add your project name in 'project-pattern' of the following jobs by +sending patch to update `jjb/opnfv/opnfv-docs.yml`_ on gerrit. + +.. _jjb/opnfv/opnfv-docs.yml: + https://gerrit.opnfv.org/gerrit/gitweb?p=releng.git;a=blob;f=jjb/opnfv/opnfv-docs.yml; + +Verify Job +---------- The verify job name is **opnfv-docs-verify**. @@ -160,8 +174,8 @@ Currently, the job reports 'SUCCESS' as result of document build even if the PDF creation failed. This is a provisional workaround, since many projects are not ready for PDF creation yet. -Merge Jobs -========== +Merge Job +---------- The merge job name is **opnfv-docs-merge**.