commit df1e5f62c0e2e407d43dbe87939ce846b2417e02
parent ee33122007a4457fc4a46ada5c2df430a5cf5c9b
Author: Khushboo Garg <khushboo@noreply.localhost>
Date: Fri, 14 Apr 2023 03:15:42 +0000
#184709093 Diagram for docs so that the concepts can be easily understood. (!80)
Reviewed-on: https://gitea.midpathsoftware.com/midpath/jaypore_ci/pulls/80
Co-authored-by: Khushboo Garg <khushboo@noreply.localhost>
Co-committed-by: Khushboo Garg <khushboo@noreply.localhost>
Diffstat:
1 file changed, 10 insertions(+), 0 deletions(-)
diff --git a/docs/source/index.rst b/docs/source/index.rst
@@ -168,6 +168,16 @@ Pipeline config
- Jobs inherit keyword arguments from Pipelines, then stages, then whatever
is specified at the job level.
+
+.. mermaid::
+
+ flowchart TD
+ A(REPO- holds information about the project) --> B(PIPELINE)
+ %% flowchart LR
+ B <-->C(EXECUTOR- runs the job)
+ B --->D(REPORTER- responsible for creating output in Text/Markdown Reporter)
+ D -->E(REMOTE- report is publish in Gitmore/gitea/github/email)
+
Secrets and environment variables
*********************************