X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=docs%2Fjjb%2Flf-rtd-jobs.rst;h=32a8117752172b0281083cb3c9f7a668681894b2;hb=2eec22a45f58378985c12648983c7fe5dbbb76b6;hp=66181a476ca900785304a90b76b9629e9a822f7c;hpb=1102b10537b44e4144abeb08b78b1a7778d1c76b;p=releng%2Fglobal-jjb.git diff --git a/docs/jjb/lf-rtd-jobs.rst b/docs/jjb/lf-rtd-jobs.rst index 66181a47..32a81177 100644 --- a/docs/jjb/lf-rtd-jobs.rst +++ b/docs/jjb/lf-rtd-jobs.rst @@ -6,9 +6,9 @@ Job Groups ========== {project-name}-rtd-jobs ----------------------- +----------------------- -Jobs that should be deployed for a project producing ReadTheDocs using Gerrit. +Jobs to deploy for a project producing ReadTheDocs using Gerrit. :Includes: @@ -16,9 +16,9 @@ Jobs that should be deployed for a project producing ReadTheDocs using Gerrit. - gerrit-rtd-verify {project-name}-github-rtd-jobs ------------------------------ +------------------------------ -Jobs that should be deployed for a project producing ReadTheDocs using GitHub. +Jobs to deploy for a project producing ReadTheDocs using GitHub. :Includes: @@ -52,8 +52,8 @@ Merge job which triggers a POST of the docs project to readthedocs :Required parameters: :build-node: The node to run build on. - :jenkins-ssh-credential: Credential to use for SSH. (Generally should - be configured in defaults.yaml) + :jenkins-ssh-credential: Credential to use for SSH. (Generally set + in defaults.yaml) :rtd-project: This is the name of the project on ReadTheDocs.org. :Optional parameters: @@ -62,15 +62,15 @@ Merge job which triggers a POST of the docs project to readthedocs :build-days-to-keep: Days to keep build logs in Jenkins. (default: 7) :build-timeout: Timeout in seconds before aborting build. (default: 15) :git-url: base URL of git project. (default: https://github.com) - :project-pattern: Project to trigger build against. (default: **) - :stream: Keyword that can be used to represent a release code-name. + :project-pattern: Project to trigger build against. (default: \*\*) + :stream: Keyword representing a release code-name. Often the same as the branch. (default: master) :submodule-recursive: Whether to checkout submodules recursively. (default: true) :gerrit_merge_triggers: Override Gerrit Triggers. - :gerrit_trigger_file_paths: Override file paths which can be used to - filter which file modifications will trigger a build. + :gerrit_trigger_file_paths: Override file paths filter which checks which + file modifications will trigger a build. **default**:: - compare-type: ANT @@ -92,8 +92,8 @@ Verify job which runs a tox build of the docs project :Required Parameters: :build-node: The node to run build on. - :jenkins-ssh-credential: Credential to use for SSH. (Generally should - be configured in defaults.yaml) + :jenkins-ssh-credential: Credential to use for SSH. (Generally set + in defaults.yaml) :Optional Parameters: @@ -104,15 +104,15 @@ Verify job which runs a tox build of the docs project :doc-dir: Directory where tox will place built docs. as defined in the tox.ini (default: docs/_build/html) :git-url: URL clone project from. (default: $GIT_URL/$PROJECT) - :project-pattern: Project to trigger build against. (default: **) - :stream: Keyword that can be used to represent a release code-name. + :project-pattern: Project to trigger build against. (default: \*\*) + :stream: Keyword representing a release code-name. Often the same as the branch. (default: master) :submodule-recursive: Whether to checkout submodules recursively. (default: true) :gerrit_verify_triggers: Override Gerrit Triggers. - :gerrit_trigger_file_paths: Override file paths which can be used to - filter which file modifications will trigger a build. + :gerrit_trigger_file_paths: Override file paths filter which checks which + file modifications will trigger a build. **default**:: - compare-type: ANT