From: Andrew Grimberg Date: Sat, 23 Jun 2018 15:07:46 +0000 (+0000) Subject: Merge "Document undocumented Python macros" X-Git-Tag: v0.22.0~17 X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=7eea20901e957ef43de1918119c75688f5eb87ba;hp=772a724ae006e21b3ecdc722b04fc4e77794f788;p=releng%2Fglobal-jjb.git Merge "Document undocumented Python macros" --- 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 --------------