From: Thanh Ha Date: Tue, 19 Jun 2018 16:51:35 +0000 (-0400) Subject: Document undocumented Python macros X-Git-Tag: v0.22.0~17^2 X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=549ade4efabd63f67228c0cedb32d2dbda77fa97;p=releng%2Fglobal-jjb.git Document undocumented Python macros Change-Id: I597822be7e47373efb407ca6ff3b0a788b784c76 Signed-off-by: Thanh Ha --- diff --git a/docs/jjb/lf-python-jobs.rst b/docs/jjb/lf-python-jobs.rst index d527948a..44a09ca2 100644 --- a/docs/jjb/lf-python-jobs.rst +++ b/docs/jjb/lf-python-jobs.rst @@ -27,6 +27,35 @@ Jobs for Python projects using GitHub. Macros ====== +lf-infra-clm-python +------------------- + +Run CLM scanning against a Python project. + +:Required Parameters: + + :clm-project-name: Project name in Nexus IQ to send results to. + +lf-infra-tox-install +-------------------- + +Install Tox into a virtualenv. + +:Required Parameters: + + :python-version: Version of Python to install into the Tox virtualenv. + Eg. python2 / python3 + +lf-infra-tox-sonar +------------------ + +Runs Sonar scanning against a Python project. + +:Required Parameters: + + :java-version: Version of Java to use to run Sonar. + :mvn-version: Version of Maven to use to run Sonar. + lf-tox-install --------------