X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;ds=sidebyside;f=docs%2Fjjb%2Flf-ci-jobs.rst;h=f55b5dce9e38629beee7ffbdc6ebf7d4e77e0cae;hb=e20b15582fcad2d7ac73e310bdab8a6c7db55025;hp=b270b752b2917f3357452ef61a0affe782fb302e;hpb=bf87c15e170904147339abe6495d4905fb558d3b;p=releng%2Fglobal-jjb.git diff --git a/docs/jjb/lf-ci-jobs.rst b/docs/jjb/lf-ci-jobs.rst index b270b752..f55b5dce 100644 --- a/docs/jjb/lf-ci-jobs.rst +++ b/docs/jjb/lf-ci-jobs.rst @@ -312,6 +312,9 @@ Example: .. literalinclude:: ../../.jjb-test/lf-ci-jobs/jenkins-cfg-verify.yaml :language: yaml + +.. _jenkins-sandbox-cleanup: + Jenkins Sandbox Cleanup ----------------------- @@ -336,13 +339,15 @@ Cleanup Jenkins Sandbox of jobs and views periodically. :cron: Schedule to run job. (default: '0 8 * * 6') +.. _jjb-deploy: + JJB Deploy Job -------------- -Deploy jobs to jenkins-sandbox system via code review comment +Deploy jobs to jenkins-sandbox system via code review comment. This job checks out the current code review patch and then runs a -`jenkins-jobs update` to push a patch defined by the comment. +``jenkins-jobs update`` to push a patch defined by the comment. :Template names: @@ -355,7 +360,7 @@ This job checks out the current code review patch and then runs a .. note:: JOB_NAME can include the * wildcard character to push multiple jobs - matching the pattern. For example `jjb-deploy builder-jjb-*`` will push + matching the pattern. For example ``jjb-deploy builder-jjb-*`` will push all builder-jjb-* jobs to the sandbox system. :Required parameters: @@ -370,6 +375,8 @@ This job checks out the current code review patch and then runs a :gerrit_jjb_deploy_job_triggers: Override Gerrit Triggers. +.. _jjb-merge: + JJB Merge --------- @@ -409,6 +416,8 @@ Runs `jenkins-jobs update` to update production job configuration (default defined by lf_jjb_common) +.. _jjb-verify: + JJB Verify ----------