X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=docs%2Fjjb%2Flf-node-jobs.rst;h=8cf3af0b36d091f5891c327436e5ad38cba00336;hb=2c01d1c4b9b284118e2854494366e76d41e447f8;hp=028bae94f2320d7326902c69ca9c53f120426af5;hpb=391e8138f528a720604ed9da7bda949b5e56fbec;p=releng%2Fglobal-jjb.git diff --git a/docs/jjb/lf-node-jobs.rst b/docs/jjb/lf-node-jobs.rst index 028bae94..8cf3af0b 100644 --- a/docs/jjb/lf-node-jobs.rst +++ b/docs/jjb/lf-node-jobs.rst @@ -5,29 +5,19 @@ NodeJS Jobs Job Groups ========== -{project-name}-node-jobs --------------------------- +.. include:: ../job-groups.rst -Jobs for NodeJS projects using Gerrit. +Below is a list of Node job groups: -:Includes: +.. literalinclude:: ../../jjb/lf-node-job-groups.yaml + :language: yaml - - gerrit-node-verify - -{project-name}-github-node-jobs ---------------------------------- - -Jobs for NodeJS projects using GitHub. - -:Includes: - - - github-node-verify Job Templates ============= Node Verify ----------- +----------- Verify job for NodeJS projects @@ -37,27 +27,32 @@ Verify job for NodeJS projects - gerrit-node-verify - github-node-verify +:Comment Trigger: recheck|reverify + :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) - :node-version: Version of NodeJS to install. A default is configured - via the job-group if a job-group is used. + :jenkins-ssh-credential: Credential to use for SSH. (Generally set + in defaults.yaml) + :node-version: Version of NodeJS to install. Default defined in job-group. :Optional parameters: :branch: The branch to build against. (default: master) :build-days-to-keep: Days to keep build logs in Jenkins. (default: 7) - :build-timeout: Timeout in seconds before aborting build. (default: 10) + :build-timeout: Timeout in minutes before aborting build. (default: 10) :git-url: URL clone project from. (default: $GIT_URL/$PROJECT) :node-dir: Path to a NodeJS project to run node test against (default: '') - :stream: Keyword that can be used to represent a release code-name. + :stream: Keyword representing a release code-name. Often the same as the branch. (default: master) :submodule-recursive: Whether to checkout submodules recursively. (default: true) + :submodule-timeout: Timeout (in minutes) for checkout operation. + (default: 10) + :submodule-disable: Disable submodule checkout operation. + (default: false) :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.