X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=docs%2Fjjb%2Flf-ci-jobs.rst;h=b89172446e39ae3192a59ff71207b25f6fe1e390;hb=refs%2Ftags%2Fv0.75.0;hp=439b2e734fa9fa4908962608fc53cda85821da7a;hpb=a86c6e8d376c95aa00b179fce9d207e61c8f72d0;p=releng%2Fglobal-jjb.git diff --git a/docs/jjb/lf-ci-jobs.rst b/docs/jjb/lf-ci-jobs.rst index 439b2e73..b8917244 100644 --- a/docs/jjb/lf-ci-jobs.rst +++ b/docs/jjb/lf-ci-jobs.rst @@ -746,6 +746,10 @@ Packer Merge Packer Merge job runs `packer build` to build system images in the cloud. +This job requires a Config File Provider file named ``ansible-cfg`` created +on Jenkins. The file can include ansible host configuration required for the +environment. + :Template Names: - {project-name}-packer-merge-{platforms}-{templates} - gerrit-packer-merge @@ -815,6 +819,10 @@ Packer Verify job runs ``packer validate`` to verify packer configuration. The verify job checks superficial syntax of the template and other files. It does not attempt to build an image, and cannot detect all possible build issues. +This job requires a Config File Provider file named ``ansible-cfg`` created +on Jenkins. The file can include ansible host configuration required for the +environment. + :Template Names: - {project-name}-packer-verify - gerrit-packer-verify @@ -939,7 +947,7 @@ recursively, we recommend to run from the base directory. :gerrit_trigger_file_paths: Override file paths which used to filter which file modifications will trigger a build. Refer to JJB documentation for "file-path" details. - https://docs.openstack.org/infra/jenkins-job-builder/triggers.html#triggers.gerrit + https://jenkins-job-builder.readthedocs.io/en/latest/triggers.html#triggers.gerrit :git-url: URL clone project from. (default: $GIT_URL/$GERRIT_PROJECT) :puppet-dir: Directory containing the project's puppet module(s) relative to the workspace.