From 81b2d6c48e3140bb7a46e09a77dd1954e45368f8 Mon Sep 17 00:00:00 2001 From: John Mulligan Date: Mon, 15 Sep 2025 16:15:42 -0400 Subject: [PATCH] doc: github: add a note reminding to use one command per comment When I started using ceph I also thought it would be natural to issue >1 command per comment, but it doesn't work. I saw someone else doing it recently and thought it would be good to have this reminder in the PR template. Signed-off-by: John Mulligan --- .github/pull_request_template.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index f6542d2af07..17674d347bd 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -62,4 +62,7 @@ - `jenkins test ceph-volume all` [Jenkins Jobs](https://jenkins.ceph.com/view/ceph-volume%20PR/) | [Jenkins Jobs Definition](https://github.com/ceph/ceph-build/blob/main/ceph-volume-cephadm-prs/config/definitions/ceph-volume-pr.yml) - `jenkins test windows` [Jenkins Job](https://jenkins.ceph.com/job/ceph-windows-pull-requests/) | [Jenkins Job Definition](https://github.com/ceph/ceph-build/blob/main/ceph-windows-pull-requests/config/definitions/ceph-windows-pull-requests.yml) - `jenkins test rook e2e` [Jenkins Job](https://jenkins.ceph.com/view/all/job/ceph-orchestrator-rook-e2e/) | [Jenkins Job Definition](https://github.com/ceph/ceph-build/blob/main/ceph-rook-e2e/config/definitions/ceph-orchestrator-rook-e2e.yml) + +You must only issue one Jenkins command per-comment. Jenkins does not understand +comments with more than one command. -- 2.39.5