Update docs, add assets directory

This commit is contained in:
antoniaklja 2019-01-10 22:08:42 +01:00
parent 97f5d74606
commit ec6f20a979
13 changed files with 11 additions and 11 deletions

View File

@ -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

View File

Before

Width:  |  Height:  |  Size: 86 KiB

After

Width:  |  Height:  |  Size: 86 KiB

View File

Before

Width:  |  Height:  |  Size: 1.6 MiB

After

Width:  |  Height:  |  Size: 1.6 MiB

View File

Before

Width:  |  Height:  |  Size: 154 KiB

After

Width:  |  Height:  |  Size: 154 KiB

View File

Before

Width:  |  Height:  |  Size: 135 KiB

After

Width:  |  Height:  |  Size: 135 KiB

View File

Before

Width:  |  Height:  |  Size: 55 KiB

After

Width:  |  Height:  |  Size: 55 KiB

View File

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 18 KiB

View File

@ -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

View File

@ -62,7 +62,7 @@ kubectl jenkins-operator-example 8080:8080
```
![jenkins](../jenkins.png)
![jenkins](../assets/jenkins.png)
## Configure Seed Jobs and Pipelines
@ -204,11 +204,11 @@ data:
You can verify if deploy keys were successfully configured in Jenkins **Credentials** tab.
![jenkins](../jenkins-credentials.png)
![jenkins](../assets/jenkins-credentials.png)
You can verify if your pipelines were successfully configured in Jenkins Seed Job console output.
![jenkins](../jenkins-seed.png)
![jenkins](../assets/jenkins-seed.png)
## Jenkins Customisation

View File

@ -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
![reconcile](../reconcile.png)
![reconcile](../assets/reconcile.png)
**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
![reconcile](../phases.png)
![reconcile](../assets/phases.png)
## Operator State