X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=docs%2Fjjb%2Flf-python-jobs.rst;h=5df0e26b89259f397f5224e17583d663ecfde7d4;hb=refs%2Fchanges%2F59%2F72659%2F3;hp=6a3e338c3125a93ccbceae22646b0391989af340;hpb=c239626919f0aaceb98d1e27c237af7a3053db74;p=releng%2Fglobal-jjb.git diff --git a/docs/jjb/lf-python-jobs.rst b/docs/jjb/lf-python-jobs.rst index 6a3e338c..5df0e26b 100644 --- a/docs/jjb/lf-python-jobs.rst +++ b/docs/jjb/lf-python-jobs.rst @@ -112,7 +112,7 @@ does not support multi-branch. share a Nexus IQ system to avoid project name collision. We recommend inserting a trailing - dash if using this parameter. For example 'odl-'. (default: '') - :nexus-target-build: Target directory or file to be scanned by Nexus IQ CLI + :nexus-target-build: Target directory or file for scanning by Nexus IQ CLI (default: "\*\*/\*") :pre-build-script: Shell script to run before tox. Useful for setting up dependencies. (default: a string with a shell comment) @@ -446,6 +446,7 @@ Plug-in configurations :disable-job: Whether to disable the job (default: false) :git-url: URL clone project from. (default: $GIT_URL/$PROJECT) :github-url: URL for Github. (default: https://github.com) + :java-version: JDK version to use. (default: openjdk17) :parallel: If different from false, try pass this parameter to tox option "--parallel" to parallelize jobs in the envlist (and then activate the option "--parallel-live" to display output in logs). @@ -459,6 +460,7 @@ Plug-in configurations :sonar-additional-args: Command line arguments. (default: '') :sonar-java-opts: JVM options. For example, use option -Xmx to increase the memory size limit. (default: '') + :sonar-jdk: JDK version to use. (default: openjdk17) :sonar-project-file: The file name with Sonar configuration properties (default: sonar-project.properties) :sonar-properties: Sonar configuration properties. (default: '')