X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=docs%2Fjjb%2Flf-ci-jobs.rst;h=93ef06748935fa8a407531c1a883c19fc21bcdd5;hb=41c32874d920b94e23fc36c1432a5950ee34cd82;hp=453035abd5d8866ba07bf7060f71a2b08ad26f62;hpb=24529ff4590c82e0a0c56edab8dabe9ff98cd35d;p=releng%2Fglobal-jjb.git diff --git a/docs/jjb/lf-ci-jobs.rst b/docs/jjb/lf-ci-jobs.rst index 453035ab..93ef0674 100644 --- a/docs/jjb/lf-ci-jobs.rst +++ b/docs/jjb/lf-ci-jobs.rst @@ -236,6 +236,7 @@ OpenStack Cloud plugin version supported: * 2.32 * 2.33 * 2.34 +* 2.35 Cloud configuration are managed via a directory structure in ci-management as follows: @@ -450,6 +451,34 @@ other file changes. Verifies INFO.yaml files follow the schema defined in (default: true) :gerrit_verify_triggers: Override Gerrit Triggers. +.. _license-checker: + +License Checker +--------------- + +Job to scan projects for files missing license headers. + +:Template Names: + - {project-name}-license-check + - gerrit-license-check + - github-license-check + +:Optional parameters: + + :file-patterns: Space-separated list of file patterns to scan. + (default: \*.go \*.groovy \*.java \*.py \*.sh) + :spdx-disable: Disable the SPDX-Identifier checker. (default: false) + :lhc-version: Version of LHC to use. (default: 0.2.0) + :license-exclude-paths: Comma-separated list of paths to exclude from the + license checker. The paths used here will be matched using a contains + rule so it is best to be as precise with the path as possible. + For example a path of '/src/generated/' will be searched as + '**/src/generated/**'. + Example: org/opendaylight/yang/gen,protobuff/messages + (default: '') + :licenses-allowed: Comma-separated list of allowed licenses. + (default: Apache-2.0,EPL-1.0,MIT) + .. _gjjb-packer-merge: Packer Merge