Docs: explanation what is backed up and why (#599)

* Explanation what's backed up and why
This commit is contained in:
Piotr Ryba 2021-07-20 12:06:25 +02:00 committed by GitHub
parent 800c1a7d5d
commit 35dfd47ec7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -7,6 +7,10 @@ description: >
Prevent loss of job history
---
> Because of Jenkins Operator's architecture, the configuration of Jenkins should be done using ConfigurationAsCode
> or GroovyScripts and jobs should be defined as SeedJobs. It means that there is no point in backing up any job configuration
> up. Therefore, the backup script makes a copy of jobs history only.
Backup and restore is done by a container sidecar.
### PVC