X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=docs%2Finfra%2Fjenkins%2Fjjb-usage.rst;h=d467dbe8aef8dfcdf73bfd027dd7abbe496dc29f;hb=b23787845e719f39d4a48f0581be2019764f73ed;hp=2be2598d940d1c22a5b08aabe30f186cf0fc8af4;hpb=a031641cb7d36fc9b30f45987a0f5c8581a3f3b9;p=releng.git diff --git a/docs/infra/jenkins/jjb-usage.rst b/docs/infra/jenkins/jjb-usage.rst index 2be2598d9..d467dbe8a 100644 --- a/docs/infra/jenkins/jjb-usage.rst +++ b/docs/infra/jenkins/jjb-usage.rst @@ -10,7 +10,7 @@ Creating/Configuring/Verifying Jenkins Jobs Clone and setup the repo:: - git clone ssh://YOU@gerrit.opnfv.org:29418/releng + git clone --recursive ssh://YOU@gerrit.opnfv.org:29418/releng cd releng git review -s @@ -29,7 +29,13 @@ Make changes:: Test with tox:: - tox -v -ejjb + tox -e jjb + +.. note:: You can also test the jobs under a single jjb directory by + specifying the directory. For example to test only the releng jobs, you + could run: + + tox -e jjb -- jjb/global:jjb/global-jjb:jjb/releng Submit the change to gerrit::