Update docs, add assets directory
10
README.md
|
|
@ -54,8 +54,8 @@ User configuration:
|
|||
* trigger backup job before pod deletion using preStop k8s hooks
|
||||
* verify Jenkins configuration events
|
||||
|
||||
[installation]:doc/installation.md
|
||||
[getting_started]:doc/getting-started.md
|
||||
[how_it_works]:doc/how-it-works.md
|
||||
[security]:doc/security.md
|
||||
[developer_guide]:doc/developer-guide.md
|
||||
[installation]:docs/installation.md
|
||||
[getting_started]:docs/getting-started.md
|
||||
[how_it_works]:docs/how-it-works.md
|
||||
[security]:docs/security.md
|
||||
[developer_guide]:docs/developer-guide.md
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 86 KiB After Width: | Height: | Size: 86 KiB |
|
Before Width: | Height: | Size: 1.6 MiB After Width: | Height: | Size: 1.6 MiB |
|
Before Width: | Height: | Size: 154 KiB After Width: | Height: | Size: 154 KiB |
|
Before Width: | Height: | Size: 135 KiB After Width: | Height: | Size: 135 KiB |
|
Before Width: | Height: | Size: 55 KiB After Width: | Height: | Size: 55 KiB |
|
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 18 KiB |
|
|
@ -1,7 +1,7 @@
|
|||
# Setup variables for the Makefile
|
||||
NAME=jenkins-operator
|
||||
PKG=github.com/VirtusLab/jenkins-operator
|
||||
DOCKER_REGISTRY=
|
||||
DOCKER_REGISTRY=virtuslab/jenkins-operator
|
||||
REPO=jenkins-operator
|
||||
NAMESPACE=default
|
||||
API_VERSION=jenkins:v1alpha1
|
||||
|
|
|
|||
|
|
@ -62,7 +62,7 @@ kubectl jenkins-operator-example 8080:8080
|
|||
|
||||
```
|
||||
|
||||

|
||||

|
||||
|
||||
## Configure Seed Jobs and Pipelines
|
||||
|
||||
|
|
@ -204,11 +204,11 @@ data:
|
|||
|
||||
You can verify if deploy keys were successfully configured in Jenkins **Credentials** tab.
|
||||
|
||||

|
||||

|
||||
|
||||
You can verify if your pipelines were successfully configured in Jenkins Seed Job console output.
|
||||
|
||||

|
||||

|
||||
|
||||
## Jenkins Customisation
|
||||
|
||||
|
|
@ -13,7 +13,7 @@ The **jenkins-operator** design incorporates the following concepts:
|
|||
- watches any changes of manifests and maintain desired state according to deployed custom resource manifest
|
||||
- implements a main reconciliation loop which consists of two smaller reconciliation loops - base and user
|
||||
|
||||

|
||||

|
||||
|
||||
**Base** reconciliation loop takes care of reconciling base Jenkins configuration, which consists of:
|
||||
- Ensure Manifests - monitors any changes in manifests
|
||||
|
|
@ -27,7 +27,7 @@ The **jenkins-operator** design incorporates the following concepts:
|
|||
- Ensure User Configuration - executed user provided configuration, like groovy scripts, configuration as code or plugins
|
||||
- Ensure Backup Job - creates Backup job and ensures that backup has been successfully performed
|
||||
|
||||

|
||||

|
||||
|
||||
## Operator State
|
||||
|
||||