Auto-updated docs (#600)

Co-authored-by: prryb <prryb@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2021-07-20 14:56:36 +02:00 committed by GitHub
parent 35dfd47ec7
commit 7ce9d1f077
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 25 additions and 7 deletions

View File

@ -32,7 +32,7 @@
">
<meta itemprop="datePublished" content="2021-01-25T00:00:00&#43;00:00" />
<meta itemprop="dateModified" content="2021-01-25T00:00:00&#43;00:00" />
<meta itemprop="wordCount" content="182">
<meta itemprop="wordCount" content="230">
@ -833,6 +833,12 @@
<div class="lead">Prevent loss of job history</div>
<blockquote>
<p>Because of Jenkins Operator&rsquo;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.</p>
</blockquote>
<p>Backup and restore is done by a container sidecar.</p>
<h3 id="pvc">PVC</h3>

View File

@ -576,6 +576,12 @@ The secrets are loaded to &lt;code&gt;secrets&lt;/code&gt; map.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Because of Jenkins Operator&amp;rsquo;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.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Backup and restore is done by a container sidecar.&lt;/p&gt;
&lt;h3 id=&#34;pvc&#34;&gt;PVC&lt;/h3&gt;

View File

@ -3123,6 +3123,12 @@ spec:
&lt;blockquote&gt;
&lt;p&gt;Because of Jenkins Operator&amp;rsquo;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.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Backup and restore is done by a container sidecar.&lt;/p&gt;
&lt;h3 id=&#34;pvc&#34;&gt;PVC&lt;/h3&gt;

View File

@ -330,9 +330,9 @@
"dev": true
},
"caniuse-lite": {
"version": "1.0.30001237",
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001237.tgz",
"integrity": "sha512-pDHgRndit6p1NR2GhzMbQ6CkRrp4VKuSsqbcLeOQppYPKOYkKT/6ZvZDvKJUqcmtyWIAHuZq3SVS2vc1egCZzw==",
"version": "1.0.30001245",
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001245.tgz",
"integrity": "sha512-768fM9j1PKXpOCKws6eTo3RHmvTUsG9UrpT4WoREFeZgJBTi4/X9g565azS/rVUGtqb8nt7FjLeF5u4kukERnA==",
"dev": true
},
"chalk": {
@ -568,9 +568,9 @@
}
},
"electron-to-chromium": {
"version": "1.3.752",
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.752.tgz",
"integrity": "sha512-2Tg+7jSl3oPxgsBsWKh5H83QazTkmWG/cnNwJplmyZc7KcN61+I10oUgaXSVk/NwfvN3BdkKDR4FYuRBQQ2v0A==",
"version": "1.3.780",
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.780.tgz",
"integrity": "sha512-2KQ9OYm9WMUNpAPA/4aerURl3hwRc9tNlpsiEj3Y8Gf7LVf26NzyLIX2v0hSagQwrS9+cWab+28A2GPKDoVNRA==",
"dev": true
},
"end-of-stream": {