From 7b709654471bf587c8bd1277d6207c2f1c6379df Mon Sep 17 00:00:00 2001 From: Matej Feder Date: Mon, 12 Feb 2024 11:14:41 +0100 Subject: [PATCH] Add pointer to the Zuul docs where reporters are described in detail Signed-off-by: Matej Feder --- .../operations/operations/zuul-ci-cd-quickstart-user-guide.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dev-docs/operations/operations/zuul-ci-cd-quickstart-user-guide.md b/dev-docs/operations/operations/zuul-ci-cd-quickstart-user-guide.md index f764f01733..a30662e7d5 100644 --- a/dev-docs/operations/operations/zuul-ci-cd-quickstart-user-guide.md +++ b/dev-docs/operations/operations/zuul-ci-cd-quickstart-user-guide.md @@ -189,6 +189,9 @@ See an example pipeline that reports failed result to the `SCS | Zuul Reports` M topic: "zuul/{pipeline}/{project}/{branch}/{change}" ``` +Visit the [official Zuul documentation](https://zuul-ci.org/docs/zuul/latest/config/pipeline.html#reporters) +and explore the configuration options available for Zuul's reporters. + ### Jobs All jobs that your Zuul instances knows of can be used for your own purposes.