Commit 00a0259b authored by coconux's avatar coconux
Browse files

Docs(R2Devops): Add a glossary page (R2bulary)

* Add a glossary page to define all terms used in R2devops platform and
  in DevOps field
parent cd890de4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
# Concept

The **R2Devops hub** is a collaborative hub of CI & CD
**ready to use** jobs which helps you to easily build powerful pipelines for your
**ready to use** jobs which helps you to easily build powerful [`pipelines`](/r2bulary#pipeline) for your
projects.

!!! info
+5 −1
Original line number Diff line number Diff line
@@ -26,6 +26,10 @@
  width:20%
}

.small_r2bulary{
  width:15%
}

/* Landing Page */

.md-typeset .tx-insiders {
+11 KiB
Loading image diff...
+12.9 KiB
Loading image diff...

docs/r2bulary.md

0 → 100644
+63 −0
Original line number Diff line number Diff line
# R2bulary

![r2bulary](images/r2bulary.png){: .center .small_r2bulary }



## R2Devops platform

___
### Hub
🩳 The R2Devops hub is a collaborative hub of CI & CD ready to use jobs.

➡️ The R2Devops hub is a collaborative hub of CI & CD ready to use jobs which helps you to easily build powerful pipelines for your projects.
Anyone can contribute and propose his own job and get feedback from the community

___
### Job configuration
🩳 This is the configuration settings of the job

➡️
___
### Job ready to use
🩳 Job is ready to use when you just have to include it into your project in order to Contributing

➡️ Even job is ready to use, it's always customizable for your specific usage.

___
### Mono repo
🩳 Alls job are manage in the same repo

➡️ In comparison to multi repo where each job has his own repository and his own git project url

---

## DevOps

___
### Pipeline
🩳 Set of jobs launched in the same sequence

➡️ Pipeline can be run manually, after a commit or a merge into a branch.
We consider the pipeline as succeeded if all jobs in the pipeline success.

___
### Job
🩳

➡️
___
### CI
🩳

➡️
___
### CD
🩳

➡️
___
### Stage
🩳

➡️
Loading