Docs: explanation what is backed up and why (#599)
* Explanation what's backed up and why
This commit is contained in:
parent
800c1a7d5d
commit
35dfd47ec7
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue