X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=docs%2Fjjb%2Flf-docker-jobs.rst;h=b661f527a8a48856463b0aeaa483cda5250899e3;hb=refs%2Fchanges%2F17%2F15817%2F2;hp=05a0e3cd893deddf53dffa83e5ea1894d8ed0252;hpb=8f00e059ea64956604ea2d23ebe46e4fda788cdf;p=releng%2Fglobal-jjb.git diff --git a/docs/jjb/lf-docker-jobs.rst b/docs/jjb/lf-docker-jobs.rst index 05a0e3cd..b661f527 100644 --- a/docs/jjb/lf-docker-jobs.rst +++ b/docs/jjb/lf-docker-jobs.rst @@ -80,8 +80,12 @@ Executes a docker build task. (default: 10) :gerrit_verify_triggers: Override Gerrit Triggers. - :gerrit_trigger_file_paths: Override file paths which can be used to - filter which file modifications will trigger a build. + :gerrit_trigger_file_paths: Override Gerrit file paths which can be + used to filter which file modifications will trigger a build. + :github_included_regions: Override Github file paths which can be + used to filter which file modifications will trigger a build; + must match parameter gerrit_trigger_file_paths + container-tag.yaml example: @@ -121,6 +125,10 @@ Executes a docker build task and publishes the resulting images to a specified D :branch: Git branch to fetch for the build. (default: master) :build-days-to-keep: Days to keep build logs in Jenkins. (default: 7) :build-timeout: Timeout in minutes before aborting build. (default: 60) + :cron: Cron schedule when to trigger the job. This parameter also + supports multiline input via YAML pipe | character in cases where + one may want to provide more than 1 cron timer. No default. Use + '@daily' to run daily or 'H H * * 0' to run weekly. :docker-build-args: Additional arguments for the docker build command. :docker-root: Path of the Dockerfile within the repo. :git-url: URL clone project from. (default: $GIT_URL/$PROJECT) @@ -135,9 +143,12 @@ Executes a docker build task and publishes the resulting images to a specified D :submodule-timeout: Timeout (in minutes) for checkout operation. (default: 10) - :gerrit_verify_triggers: Override Gerrit Triggers. - :gerrit_trigger_file_paths: Override file paths which can be used to - filter which file modifications will trigger a build. + :gerrit_merge_triggers: Override Gerrit Triggers. + :gerrit_trigger_file_paths: Override Gerrit file paths which can be + used to filter which file modifications will trigger a build. + :github_included_regions: Override Github file paths which can be + used to filter which file modifications will trigger a build; + must match parameter gerrit_trigger_file_paths container-tag.yaml example: