From: Ernesto Puerta Date: Wed, 31 Jul 2019 10:56:24 +0000 (+0200) Subject: doc: Show Jenkins commands X-Git-Tag: v15.1.0~1994^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F29423%2Fhead;p=ceph.git doc: Show Jenkins commands Fixes: https://tracker.ceph.com/issues/41023 Signed-off-by: Ernesto Puerta --- diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index bcd25ac68065..d1ce0812cb0a 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -30,8 +30,22 @@ This was just a quick overview. More information for contributors is available https://raw.githubusercontent.com/ceph/ceph/master/SubmittingPatches.rst --> - +## Checklist - [ ] References tracker ticket - [ ] Updates documentation if necessary - [ ] Includes tests for new functionality or reproducer for bug +--- + +
+Show available Jenkins commands + +- `jenkins retest this please` +- `jenkins test make check` +- `jenkins test make check arm64` +- `jenkins test submodules` +- `jenkins test dashboard` +- `jenkins test docs` +- `jenkins render docs` + +