Fix README.md latest schema link (#511)
This commit is contained in:
parent
b69d1d4a23
commit
a78b9ea77b
14
README.md
14
README.md
|
|
@ -15,9 +15,9 @@ It has been built with Immutability and declarative Configuration as Code in min
|
|||
|
||||
## Preliminaries
|
||||
|
||||
Considering that this Operator is created for managing instances for Jenkins,
|
||||
it is important to understand what
|
||||
- [Jenkins Pipelines](https://jenkins.io/doc/book/pipeline/) and
|
||||
Considering that this Operator is created for managing instances for Jenkins,
|
||||
it is important to understand what
|
||||
- [Jenkins Pipelines](https://jenkins.io/doc/book/pipeline/) and
|
||||
- CasC ([Configuration as Code](https://github.com/jenkinsci/configuration-as-code-plugin)) are.
|
||||
|
||||
Jenkins Pipelines use Scripts written in [Groovy](https://groovy-lang.org/) which aid in the CasC aspect of Jenkins.
|
||||
|
|
@ -33,7 +33,7 @@ Jenkins uses [plugins](https://plugins.jenkins.io/) like CasC to extend it's sol
|
|||
## Problem statement and goals
|
||||
|
||||
The main reason why we decided to implement the **Jenkins Operator** is the fact that we faced a lot of problems with standard Jenkins deployment.
|
||||
We want to make Jenkins more robust, suitable for dynamic and multi-tenant environments.
|
||||
We want to make Jenkins more robust, suitable for dynamic and multi-tenant environments.
|
||||
|
||||
Some of the problems we want to solve:
|
||||
- [installing plugins with incompatible versions or security vulnerabilities](https://jenkinsci.github.io/kubernetes-operator/docs/getting-started/latest/customization/#install-plugins)
|
||||
|
|
@ -55,7 +55,7 @@ Selected content:
|
|||
3. [How it works](https://jenkinsci.github.io/kubernetes-operator/docs/how-it-works/)
|
||||
4. [Security](https://jenkinsci.github.io/kubernetes-operator/docs/security/)
|
||||
5. [Developer Guide](https://jenkinsci.github.io/kubernetes-operator/docs/developer-guide/)
|
||||
5. [Jenkins Custom Resource Definition scheme](https://jenkinsci.github.io/kubernetes-operator/docs/getting-started/latest/scheme/)
|
||||
5. [Jenkins Custom Resource Definition Schema](https://jenkinsci.github.io/kubernetes-operator/docs/getting-started/latest/schema/)
|
||||
|
||||
## Common Issues and Workarounds
|
||||
|
||||
|
|
@ -63,8 +63,8 @@ Selected content:
|
|||
|
||||
## Community
|
||||
|
||||
We have a dedicated channel called `#jenkins-operator` on [virtuslab-oss.slack.com](https://virtuslab-oss.slack.com)
|
||||
Fill out ([Invite form](https://forms.gle/X3X8qA1XMirdBuEH7)) and come say hi !
|
||||
We have a dedicated channel called `#jenkins-operator` on [virtuslab-oss.slack.com](https://virtuslab-oss.slack.com)
|
||||
Fill out ([Invite form](https://forms.gle/X3X8qA1XMirdBuEH7)) and come say hi !
|
||||
|
||||
Every Thursday we have a community call at 16:30 CET on [Google Meet](https://meet.google.com/rsf-nhte-gnq). Feel free to join, ask questions and have fun :)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue