X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=docs%2Fjjb%2Flf-macros.rst;h=0ad15060f49fd25488a4aea328d64696f8e59add;hb=refs%2Ftags%2Fv0.89.1;hp=3d1b39e836a7c74b4b7c94ba4e00ce4f5b44f765;hpb=9b8734bf41af001153f41de1617fa52834d23f0d;p=releng%2Fglobal-jjb.git diff --git a/docs/jjb/lf-macros.rst b/docs/jjb/lf-macros.rst index 3d1b39e8..0ad15060 100644 --- a/docs/jjb/lf-macros.rst +++ b/docs/jjb/lf-macros.rst @@ -12,6 +12,11 @@ This macro will post a comment to the gerrit patchset if the build creates a file named gerrit_comment.txt To use this macro add it to the list of builders. +lf-ansible-config-file-provider +------------------------------- + +Provisions files required by the ansible, namely +"~/.ansible/ansible.cfg" in the Jenkins home directory. lf-fetch-dependent-patches -------------------------- @@ -374,6 +379,12 @@ Requires ``SonarQube Scanner for Jenkins`` :sonar-java-opts: JVM options. (default: "") :sonar-additional-args: Additional command line arguments. (default: "") +lf-infra-pipeline-verify +------------------------ + +Verify a Jenkins pipeline by linting it and ensuring that it cannot run on the +Jenkins master. + Parameters ========== @@ -424,6 +435,11 @@ lf-infra-node-parameters Provides parameters needed by NodeJS and NPM. Use in any jobs that need to run NodeJS or NPM. +lf-infra-sonar-cli-parameters +----------------------------- + +Provides parameters needed by Python jobs to run the SonarCloud CLI. + lf-infra-tox-parameters ----------------------- @@ -530,3 +546,10 @@ lf-infra-wrappers-windows Provides lf-infra recommended wrappers for use in every job-template targetting Windows systems. + + +global-jjb-email-notification +----------------------------- + +Provides a publisher macro that ties into the lf-openstack-cron job +to alert admins if this job fails.