Skip to content
This repository was archived by the owner on Feb 5, 2020. It is now read-only.

Commit ec6f20a

Browse files
committed
Update docs, add assets directory
1 parent 97f5d74 commit ec6f20a

13 files changed

+11
-11
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ User configuration:
5454
* trigger backup job before pod deletion using preStop k8s hooks
5555
* verify Jenkins configuration events
5656

57-
[installation]:doc/installation.md
58-
[getting_started]:doc/getting-started.md
59-
[how_it_works]:doc/how-it-works.md
60-
[security]:doc/security.md
61-
[developer_guide]:doc/developer-guide.md
57+
[installation]:docs/installation.md
58+
[getting_started]:docs/getting-started.md
59+
[how_it_works]:docs/how-it-works.md
60+
[security]:docs/security.md
61+
[developer_guide]:docs/developer-guide.md
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

config.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Setup variables for the Makefile
22
NAME=jenkins-operator
33
PKG=github.com/VirtusLab/jenkins-operator
4-
DOCKER_REGISTRY=
4+
DOCKER_REGISTRY=virtuslab/jenkins-operator
55
REPO=jenkins-operator
66
NAMESPACE=default
77
API_VERSION=jenkins:v1alpha1
File renamed without changes.

doc/getting-started.md renamed to docs/getting-started.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ kubectl jenkins-operator-example 8080:8080
6262

6363
```
6464

65-
![jenkins](../jenkins.png)
65+
![jenkins](../assets/jenkins.png)
6666

6767
## Configure Seed Jobs and Pipelines
6868

@@ -204,11 +204,11 @@ data:
204204

205205
You can verify if deploy keys were successfully configured in Jenkins **Credentials** tab.
206206

207-
![jenkins](../jenkins-credentials.png)
207+
![jenkins](../assets/jenkins-credentials.png)
208208

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

211-
![jenkins](../jenkins-seed.png)
211+
![jenkins](../assets/jenkins-seed.png)
212212

213213
## Jenkins Customisation
214214

doc/how-it-works.md renamed to docs/how-it-works.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ The **jenkins-operator** design incorporates the following concepts:
1313
- watches any changes of manifests and maintain desired state according to deployed custom resource manifest
1414
- implements a main reconciliation loop which consists of two smaller reconciliation loops - base and user
1515

16-
![reconcile](../reconcile.png)
16+
![reconcile](../assets/reconcile.png)
1717

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

30-
![reconcile](../phases.png)
30+
![reconcile](../assets/phases.png)
3131

3232
## Operator State
3333

File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)