diff options
author | Ernesto Puerta <epuertat@redhat.com> | 2019-07-31 12:56:24 +0200 |
---|---|---|
committer | Ernesto Puerta <epuertat@redhat.com> | 2019-07-31 12:58:37 +0200 |
commit | 4963daf5cbf8a2e795c6b8bb719ef6d0b1c466a2 (patch) | |
tree | 63d6d6592a38764c7493122ee5496c0a537e16af /.github | |
parent | 9479700df56982bd091ed71c56ece70efd3bdfb5 (diff) | |
download | ceph-4963daf5cbf8a2e795c6b8bb719ef6d0b1c466a2.tar.gz |
doc: Show Jenkins commands
Fixes: https://tracker.ceph.com/issues/41023
Signed-off-by: Ernesto Puerta <epuertat@redhat.com>
Diffstat (limited to '.github')
-rw-r--r-- | .github/pull_request_template.md | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index bcd25ac6806..d1ce0812cb0 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 +--- + +<details> +<summary>Show available Jenkins commands</summary> + +- `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` + +</details> |