Installing the Operator
@@ -855,6 +853,8 @@
+
+
Deploying Jenkins
@@ -881,7 +881,7 @@
- Customization with Groovy Scripts and CasC
+ Customizing Jenkins
How to customize Jenkins
diff --git a/docs/docs/getting-started/latest/index.xml b/docs/docs/getting-started/latest/index.xml
index 740decae..f9fc45c9 100644
--- a/docs/docs/getting-started/latest/index.xml
+++ b/docs/docs/getting-started/latest/index.xml
@@ -22,7 +22,7 @@
-
Docs: Installing the Operator
https://jenkinsci.github.io/kubernetes-operator/docs/getting-started/latest/installing-the-operator/
- Thu, 19 Aug 2021 00:00:00 +0000
+ Fri, 20 Aug 2021 00:00:00 +0000
https://jenkinsci.github.io/kubernetes-operator/docs/getting-started/latest/installing-the-operator/
@@ -59,7 +59,7 @@ All container images can be found at <a href="https://hub.docker.com/r/vi
<p>Watch <strong>Jenkins Operator</strong> instance being created:</p>
<div class="highlight"><pre style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4"><code class="language-bash" data-lang="bash">kubectl get pods -w</code></pre></div>
<p>Now <strong>Jenkins Operator</strong> should be up and running in the <code>default</code> namespace.
-For deploying Jenkins, refer to <a href="https://jenkinsci.github.io/kubernetes-operator/kubernetes-operator/docs/getting-started/latest/deploy-jenkins/">Deploy Jenkins section</a>.</p>
+For deploying Jenkins, refer to <a href="https://jenkinsci.github.io/kubernetes-operator/kubernetes-operator/docs/getting-started/latest/deploying-jenkins/">Deploy Jenkins section</a>.</p>
<h2 id="deploy-jenkins-operator-using-helm-chart">Deploy Jenkins Operator using Helm Chart</h2>
@@ -301,8 +301,8 @@ plugins:
</td>
<td>
Placeholder for jenkins seed jobs
-For seed job creation tutorial, check:<br /> <a href="https://jenkinsci.github.io/kubernetes-operator/docs/getting-started/latest/configuration/#prepare-job-definitions-and-pipelines">Prepare seed jobs</a>
-<br /><a href="https://jenkinsci.github.io/kubernetes-operator/docs/getting-started/latest/configuration/#configure-seed-jobs">Configure seed jobs</a>
+For seed job creation tutorial, check:<br /> <a href="https://jenkinsci.github.io/kubernetes-operator/docs/getting-started/latest/configuring-seed-jobs-and-pipelines/#prepare-job-definitions-and-pipelines">Prepare seed jobs</a>
+<br /><a href="https://jenkinsci.github.io/kubernetes-operator/docs/getting-started/latest/configuring-seed-jobs-and-pipelines/#configure-seed-jobs">Configure seed jobs</a>
<br />Example:
<code>
<pre>
@@ -447,8 +447,8 @@ Backup
<td>
Backup is section for configuring operator's backup feature
By default backup feature is enabled and pre-configured
-This section simplifies the configuration described here: <a href="https://jenkinsci.github.io/kubernetes-operator/docs/getting-started/latest/configure-backup-and-restore/">Configure backup and restore</a>
-For customization tips see <a href="https://jenkinsci.github.io/kubernetes-operator/docs/getting-started/latest/custom-backup-and-restore/">Custom backup and restore</a>
+This section simplifies the configuration described here: <a href="https://jenkinsci.github.io/kubernetes-operator/docs/getting-started/latest/configuring-backup-and-restore/">Configuring backup and restore</a>
+For customization tips see <a href="https://jenkinsci.github.io/kubernetes-operator/docs/getting-started/latest/custom-backup-and-restore">Custom backup and restore</a>
</td>
</tr>
<tr>
@@ -465,7 +465,7 @@ Configuration
<td></td>
<td>
Section where we can configure Jenkins instance.
-See <a href="https://jenkinsci.github.io/kubernetes-operator/docs/getting-started/latest/customization/">Customization</a> for details
+See <a href="https://jenkinsci.github.io/kubernetes-operator/docs/getting-started/latest/customizing-jenkins/">Customizing Jenkins</a> for details
</td>
</tr>
</table>
@@ -990,11 +990,11 @@ kubectl get secret jenkins-operator-credentials-<cr_name> -o <s
-
-
Docs: Customization with Groovy Scripts and CasC
- https://jenkinsci.github.io/kubernetes-operator/docs/getting-started/latest/customization-with-groovy-scripts-and-casc/
- Thu, 19 Aug 2021 00:00:00 +0000
+ Docs: Customizing Jenkins
+ https://jenkinsci.github.io/kubernetes-operator/docs/getting-started/latest/customizing-jenkins/
+ Fri, 20 Aug 2021 00:00:00 +0000
- https://jenkinsci.github.io/kubernetes-operator/docs/getting-started/latest/customization-with-groovy-scripts-and-casc/
+ https://jenkinsci.github.io/kubernetes-operator/docs/getting-started/latest/customizing-jenkins/
@@ -1834,7 +1834,7 @@ For example you will send notifications to Slack and Teams.</p>
-
Docs: Security
https://jenkinsci.github.io/kubernetes-operator/docs/getting-started/latest/security/
- Thu, 19 Aug 2021 00:00:00 +0000
+ Fri, 20 Aug 2021 00:00:00 +0000
https://jenkinsci.github.io/kubernetes-operator/docs/getting-started/latest/security/
@@ -1849,7 +1849,7 @@ via groovy scripts to prevent any security gaps.</p>
<p>Currently <strong>Jenkins Operator</strong> generates a username and random password and stores them in a Kubernetes Secret.
However any other authorization mechanisms are possible and can be done via groovy scripts or configuration as code plugin.
-For more information take a look at <a href="https://jenkinsci.github.io/kubernetes-operator/kubernetes-operator/docs/getting-started/latest/customization/">getting-started#jenkins-customization</a>.</p>
+For more information take a look at <a href="https://jenkinsci.github.io/kubernetes-operator/kubernetes-operator/docs/getting-started/latest/customizing-jenkins/">getting-started#jenkins-customization</a>.</p>
<p>Any change to Security Realm or Authorization requires that user called <code>jenkins-operator</code> must have admin rights
because <strong>Jenkins Operator</strong> calls Jenkins API.</p>
@@ -1880,8 +1880,8 @@ and stores it in a Kubernetes Secret.</p>
<p>Kubernetes API permissions are limited by the following roles:</p>
<ul>
-<li><a href="kubernetes-operator/blob/v0.6.0/deploy/all-in-one-v1alpha2.yaml">jenkins-operator role</a><br /></li>
-<li><a href="kubernetes-operator/blob/v0.6.0/pkg/configuration/base/resources/rbac.go">Jenkins Master role</a></li>
+<li><a href="https://github.com/jenkinsci/kubernetes-operator/blob/v0.6.0/deploy/all-in-one-v1alpha2.yaml">jenkins-operator role</a><br /></li>
+<li><a href="https://github.com/jenkinsci/kubernetes-operator/blob/v0.6.0/pkg/configuration/base/resources/rbac.go">Jenkins Master role</a></li>
</ul>
<p>Since <strong>Jenkins Operator</strong> must be able to grant permission for its deployed Jenkins masters
@@ -2482,7 +2482,7 @@ restart of a Jenkins pod over and over again.</p>
-
Docs: Schema
https://jenkinsci.github.io/kubernetes-operator/docs/getting-started/latest/schema/
- Thu, 19 Aug 2021 00:00:00 +0000
+ Fri, 20 Aug 2021 00:00:00 +0000
https://jenkinsci.github.io/kubernetes-operator/docs/getting-started/latest/schema/
@@ -2594,7 +2594,7 @@ Every single change here requires a pod restart.</p>
<td>
<em>(Optional)</em>
<p>SeedJobs defines list of Jenkins Seed Job configurations
-More info: <a href="https://jenkinsci.github.io/kubernetes-operator/docs/getting-started/latest/configuration#configure-seed-jobs-and-pipelines">https://jenkinsci.github.io/kubernetes-operator/docs/getting-started/latest/configuration#configure-seed-jobs-and-pipelines</a></p>
+More info: <a href="https://jenkinsci.github.io/kubernetes-operator/docs/getting-started/latest/configuring-seed-jobs-and-pipelines#configure-seed-jobs-and-pipelines">https://jenkinsci.github.io/kubernetes-operator/docs/getting-started/latest/configuration#configure-seed-jobs-and-pipelines</a></p>
</td>
</tr>
<tr>
diff --git a/docs/docs/getting-started/latest/installing-the-operator/index.html b/docs/docs/getting-started/latest/installing-the-operator/index.html
index 27ecfac1..fbd53987 100644
--- a/docs/docs/getting-started/latest/installing-the-operator/index.html
+++ b/docs/docs/getting-started/latest/installing-the-operator/index.html
@@ -25,14 +25,14 @@
" />
-
-
+
+
-
-
-
+
+
+
@@ -201,7 +201,7 @@
- Customization with Groovy Scripts and CasC
+ Customizing Jenkins
@@ -868,7 +868,7 @@ All container images can be found at kubectl get pods -w
Now Jenkins Operator should be up and running in the default namespace.
-For deploying Jenkins, refer to Deploy Jenkins section.
+For deploying Jenkins, refer to Deploy Jenkins section.
Deploy Jenkins Operator using Helm Chart
@@ -1110,8 +1110,8 @@ plugins:
Placeholder for jenkins seed jobs
-For seed job creation tutorial, check:
Prepare seed jobs
-
Configure seed jobs
+For seed job creation tutorial, check:
Prepare seed jobs
+
Configure seed jobs
Example:
@@ -1256,8 +1256,8 @@ Backup
Backup is section for configuring operator's backup feature
By default backup feature is enabled and pre-configured
-This section simplifies the configuration described here: Configure backup and restore
-For customization tips see Custom backup and restore
+This section simplifies the configuration described here: Configuring backup and restore
+For customization tips see Custom backup and restore
@@ -1274,7 +1274,7 @@ Configuration
Section where we can configure Jenkins instance.
-See Customization for details
+See Customizing Jenkins for details
@@ -1713,7 +1713,7 @@ below is the full list of those volumeMounts:
- Last modified August 19, 2021
+ Last modified August 20, 2021
diff --git a/docs/docs/getting-started/latest/notifications/index.html b/docs/docs/getting-started/latest/notifications/index.html
index 93936149..006ba928 100644
--- a/docs/docs/getting-started/latest/notifications/index.html
+++ b/docs/docs/getting-started/latest/notifications/index.html
@@ -201,7 +201,7 @@
- Customization with Groovy Scripts and CasC
+ Customizing Jenkins
diff --git a/docs/docs/getting-started/latest/openshift/index.html b/docs/docs/getting-started/latest/openshift/index.html
index f0eaa385..a339bafd 100644
--- a/docs/docs/getting-started/latest/openshift/index.html
+++ b/docs/docs/getting-started/latest/openshift/index.html
@@ -201,7 +201,7 @@
- Customization with Groovy Scripts and CasC
+ Customizing Jenkins
diff --git a/docs/docs/getting-started/latest/schema/index.html b/docs/docs/getting-started/latest/schema/index.html
index ac1de5f6..d3c38d24 100644
--- a/docs/docs/getting-started/latest/schema/index.html
+++ b/docs/docs/getting-started/latest/schema/index.html
@@ -25,13 +25,13 @@
" />
-
-
+
+
-
-
+
+
@@ -201,7 +201,7 @@
- Customization with Groovy Scripts and CasC
+ Customizing Jenkins
@@ -925,7 +925,7 @@ Every single change here requires a pod restart.
(Optional)
SeedJobs defines list of Jenkins Seed Job configurations
-More info: https://jenkinsci.github.io/kubernetes-operator/docs/getting-started/latest/configuration#configure-seed-jobs-and-pipelines
+More info: https://jenkinsci.github.io/kubernetes-operator/docs/getting-started/latest/configuration#configure-seed-jobs-and-pipelines
@@ -3464,7 +3464,7 @@ on git commit fe81e5a.
- Last modified August 19, 2021
+ Last modified August 20, 2021
diff --git a/docs/docs/getting-started/latest/security/index.html b/docs/docs/getting-started/latest/security/index.html
index 5b405d5a..0f8fbd42 100644
--- a/docs/docs/getting-started/latest/security/index.html
+++ b/docs/docs/getting-started/latest/security/index.html
@@ -25,13 +25,13 @@
" />
-
-
+
+
-
-
+
+
@@ -201,7 +201,7 @@
- Customization with Groovy Scripts and CasC
+ Customizing Jenkins
@@ -844,7 +844,7 @@ via groovy scripts to prevent any security gaps.
Currently Jenkins Operator generates a username and random password and stores them in a Kubernetes Secret.
However any other authorization mechanisms are possible and can be done via groovy scripts or configuration as code plugin.
-For more information take a look at getting-started#jenkins-customization.
+For more information take a look at getting-started#jenkins-customization.
Any change to Security Realm or Authorization requires that user called jenkins-operator must have admin rights
because Jenkins Operator calls Jenkins API.
@@ -875,8 +875,8 @@ and stores it in a Kubernetes Secret.
Kubernetes API permissions are limited by the following roles:
Since Jenkins Operator must be able to grant permission for its deployed Jenkins masters
@@ -1433,7 +1433,7 @@ its own namespace (jenkins-operator), watch for CRs in jenkin
- Last modified August 19, 2021
+ Last modified August 20, 2021
diff --git a/docs/docs/getting-started/v0.1.x/aks/index.html b/docs/docs/getting-started/v0.1.x/aks/index.html
index 970e41b0..5779afe7 100644
--- a/docs/docs/getting-started/v0.1.x/aks/index.html
+++ b/docs/docs/getting-started/v0.1.x/aks/index.html
@@ -201,7 +201,7 @@
- Customization with Groovy Scripts and CasC
+ Customizing Jenkins
diff --git a/docs/docs/getting-started/v0.1.x/configuration/index.html b/docs/docs/getting-started/v0.1.x/configuration/index.html
index 2e71e639..857b875d 100644
--- a/docs/docs/getting-started/v0.1.x/configuration/index.html
+++ b/docs/docs/getting-started/v0.1.x/configuration/index.html
@@ -201,7 +201,7 @@
- Customization with Groovy Scripts and CasC
+ Customizing Jenkins
diff --git a/docs/docs/getting-started/v0.1.x/configure-backup-and-restore/index.html b/docs/docs/getting-started/v0.1.x/configure-backup-and-restore/index.html
index 195269d2..d0c76e2d 100644
--- a/docs/docs/getting-started/v0.1.x/configure-backup-and-restore/index.html
+++ b/docs/docs/getting-started/v0.1.x/configure-backup-and-restore/index.html
@@ -201,7 +201,7 @@
- Customization with Groovy Scripts and CasC
+ Customizing Jenkins
diff --git a/docs/docs/getting-started/v0.1.x/customization/index.html b/docs/docs/getting-started/v0.1.x/customization/index.html
index 23f9a2ab..842596a5 100644
--- a/docs/docs/getting-started/v0.1.x/customization/index.html
+++ b/docs/docs/getting-started/v0.1.x/customization/index.html
@@ -201,7 +201,7 @@
- Customization with Groovy Scripts and CasC
+ Customizing Jenkins
diff --git a/docs/docs/getting-started/v0.1.x/deploy-jenkins/index.html b/docs/docs/getting-started/v0.1.x/deploy-jenkins/index.html
index 25d415c0..c63aae60 100644
--- a/docs/docs/getting-started/v0.1.x/deploy-jenkins/index.html
+++ b/docs/docs/getting-started/v0.1.x/deploy-jenkins/index.html
@@ -201,7 +201,7 @@
- Customization with Groovy Scripts and CasC
+ Customizing Jenkins
diff --git a/docs/docs/getting-started/v0.1.x/diagnostics/index.html b/docs/docs/getting-started/v0.1.x/diagnostics/index.html
index fd3ccc18..fb5f9a7a 100644
--- a/docs/docs/getting-started/v0.1.x/diagnostics/index.html
+++ b/docs/docs/getting-started/v0.1.x/diagnostics/index.html
@@ -201,7 +201,7 @@
- Customization with Groovy Scripts and CasC
+ Customizing Jenkins
diff --git a/docs/docs/getting-started/v0.1.x/index.html b/docs/docs/getting-started/v0.1.x/index.html
index fe125fda..8b22fe06 100644
--- a/docs/docs/getting-started/v0.1.x/index.html
+++ b/docs/docs/getting-started/v0.1.x/index.html
@@ -194,7 +194,7 @@
- Customization with Groovy Scripts and CasC
+ Customizing Jenkins
diff --git a/docs/docs/getting-started/v0.1.x/migration-guide-v1alpha1-to-v1alpha2/index.html b/docs/docs/getting-started/v0.1.x/migration-guide-v1alpha1-to-v1alpha2/index.html
index 4f3429f3..22dcbc77 100644
--- a/docs/docs/getting-started/v0.1.x/migration-guide-v1alpha1-to-v1alpha2/index.html
+++ b/docs/docs/getting-started/v0.1.x/migration-guide-v1alpha1-to-v1alpha2/index.html
@@ -201,7 +201,7 @@
- Customization with Groovy Scripts and CasC
+ Customizing Jenkins
diff --git a/docs/docs/getting-started/v0.1.x/scheme/index.html b/docs/docs/getting-started/v0.1.x/scheme/index.html
index dbfc3b71..5d67fe8e 100644
--- a/docs/docs/getting-started/v0.1.x/scheme/index.html
+++ b/docs/docs/getting-started/v0.1.x/scheme/index.html
@@ -201,7 +201,7 @@
- Customization with Groovy Scripts and CasC
+ Customizing Jenkins
diff --git a/docs/docs/getting-started/v0.2.x/aks/index.html b/docs/docs/getting-started/v0.2.x/aks/index.html
index 73df302d..2bdcf3b6 100644
--- a/docs/docs/getting-started/v0.2.x/aks/index.html
+++ b/docs/docs/getting-started/v0.2.x/aks/index.html
@@ -201,7 +201,7 @@
- Customization with Groovy Scripts and CasC
+ Customizing Jenkins
diff --git a/docs/docs/getting-started/v0.2.x/configuration/index.html b/docs/docs/getting-started/v0.2.x/configuration/index.html
index 2d1ba64b..251df601 100644
--- a/docs/docs/getting-started/v0.2.x/configuration/index.html
+++ b/docs/docs/getting-started/v0.2.x/configuration/index.html
@@ -201,7 +201,7 @@
- Customization with Groovy Scripts and CasC
+ Customizing Jenkins
diff --git a/docs/docs/getting-started/v0.2.x/configure-backup-and-restore/index.html b/docs/docs/getting-started/v0.2.x/configure-backup-and-restore/index.html
index 3f9d3cc8..b5dd9c80 100644
--- a/docs/docs/getting-started/v0.2.x/configure-backup-and-restore/index.html
+++ b/docs/docs/getting-started/v0.2.x/configure-backup-and-restore/index.html
@@ -201,7 +201,7 @@
- Customization with Groovy Scripts and CasC
+ Customizing Jenkins
diff --git a/docs/docs/getting-started/v0.2.x/custom-backup-and-restore/index.html b/docs/docs/getting-started/v0.2.x/custom-backup-and-restore/index.html
index 97cf6d97..59e3baca 100644
--- a/docs/docs/getting-started/v0.2.x/custom-backup-and-restore/index.html
+++ b/docs/docs/getting-started/v0.2.x/custom-backup-and-restore/index.html
@@ -201,7 +201,7 @@
- Customization with Groovy Scripts and CasC
+ Customizing Jenkins
diff --git a/docs/docs/getting-started/v0.2.x/customization/index.html b/docs/docs/getting-started/v0.2.x/customization/index.html
index 313d5a93..e143b851 100644
--- a/docs/docs/getting-started/v0.2.x/customization/index.html
+++ b/docs/docs/getting-started/v0.2.x/customization/index.html
@@ -201,7 +201,7 @@
- Customization with Groovy Scripts and CasC
+ Customizing Jenkins
diff --git a/docs/docs/getting-started/v0.2.x/deploy-jenkins/index.html b/docs/docs/getting-started/v0.2.x/deploy-jenkins/index.html
index 166dcee7..3c79521a 100644
--- a/docs/docs/getting-started/v0.2.x/deploy-jenkins/index.html
+++ b/docs/docs/getting-started/v0.2.x/deploy-jenkins/index.html
@@ -201,7 +201,7 @@
- Customization with Groovy Scripts and CasC
+ Customizing Jenkins
diff --git a/docs/docs/getting-started/v0.2.x/diagnostics/index.html b/docs/docs/getting-started/v0.2.x/diagnostics/index.html
index 81ec6193..17836346 100644
--- a/docs/docs/getting-started/v0.2.x/diagnostics/index.html
+++ b/docs/docs/getting-started/v0.2.x/diagnostics/index.html
@@ -201,7 +201,7 @@
- Customization with Groovy Scripts and CasC
+ Customizing Jenkins
diff --git a/docs/docs/getting-started/v0.2.x/index.html b/docs/docs/getting-started/v0.2.x/index.html
index e5afa173..69989402 100644
--- a/docs/docs/getting-started/v0.2.x/index.html
+++ b/docs/docs/getting-started/v0.2.x/index.html
@@ -194,7 +194,7 @@
- Customization with Groovy Scripts and CasC
+ Customizing Jenkins
diff --git a/docs/docs/getting-started/v0.2.x/migration/index.html b/docs/docs/getting-started/v0.2.x/migration/index.html
index b4e8ba31..8218aed9 100644
--- a/docs/docs/getting-started/v0.2.x/migration/index.html
+++ b/docs/docs/getting-started/v0.2.x/migration/index.html
@@ -201,7 +201,7 @@
- Customization with Groovy Scripts and CasC
+ Customizing Jenkins
diff --git a/docs/docs/getting-started/v0.2.x/schema/index.html b/docs/docs/getting-started/v0.2.x/schema/index.html
index 12385d5d..726ff5ea 100644
--- a/docs/docs/getting-started/v0.2.x/schema/index.html
+++ b/docs/docs/getting-started/v0.2.x/schema/index.html
@@ -201,7 +201,7 @@
- Customization with Groovy Scripts and CasC
+ Customizing Jenkins
diff --git a/docs/docs/getting-started/v0.3.x/aks/index.html b/docs/docs/getting-started/v0.3.x/aks/index.html
index b69ad84f..c4bdc55c 100644
--- a/docs/docs/getting-started/v0.3.x/aks/index.html
+++ b/docs/docs/getting-started/v0.3.x/aks/index.html
@@ -201,7 +201,7 @@
- Customization with Groovy Scripts and CasC
+ Customizing Jenkins
diff --git a/docs/docs/getting-started/v0.3.x/configuration/index.html b/docs/docs/getting-started/v0.3.x/configuration/index.html
index f9279fd4..fea849a3 100644
--- a/docs/docs/getting-started/v0.3.x/configuration/index.html
+++ b/docs/docs/getting-started/v0.3.x/configuration/index.html
@@ -201,7 +201,7 @@
- Customization with Groovy Scripts and CasC
+ Customizing Jenkins
diff --git a/docs/docs/getting-started/v0.3.x/configure-backup-and-restore/index.html b/docs/docs/getting-started/v0.3.x/configure-backup-and-restore/index.html
index 18d90798..2012db27 100644
--- a/docs/docs/getting-started/v0.3.x/configure-backup-and-restore/index.html
+++ b/docs/docs/getting-started/v0.3.x/configure-backup-and-restore/index.html
@@ -201,7 +201,7 @@
- Customization with Groovy Scripts and CasC
+ Customizing Jenkins
diff --git a/docs/docs/getting-started/v0.3.x/custom-backup-and-restore/index.html b/docs/docs/getting-started/v0.3.x/custom-backup-and-restore/index.html
index 4003ea02..32662237 100644
--- a/docs/docs/getting-started/v0.3.x/custom-backup-and-restore/index.html
+++ b/docs/docs/getting-started/v0.3.x/custom-backup-and-restore/index.html
@@ -201,7 +201,7 @@
- Customization with Groovy Scripts and CasC
+ Customizing Jenkins
diff --git a/docs/docs/getting-started/v0.3.x/customization/index.html b/docs/docs/getting-started/v0.3.x/customization/index.html
index 3d8c410e..0786fe84 100644
--- a/docs/docs/getting-started/v0.3.x/customization/index.html
+++ b/docs/docs/getting-started/v0.3.x/customization/index.html
@@ -201,7 +201,7 @@
- Customization with Groovy Scripts and CasC
+ Customizing Jenkins
diff --git a/docs/docs/getting-started/v0.3.x/deploy-jenkins/index.html b/docs/docs/getting-started/v0.3.x/deploy-jenkins/index.html
index 858cca5c..30285b35 100644
--- a/docs/docs/getting-started/v0.3.x/deploy-jenkins/index.html
+++ b/docs/docs/getting-started/v0.3.x/deploy-jenkins/index.html
@@ -201,7 +201,7 @@
- Customization with Groovy Scripts and CasC
+ Customizing Jenkins
diff --git a/docs/docs/getting-started/v0.3.x/diagnostics/index.html b/docs/docs/getting-started/v0.3.x/diagnostics/index.html
index df345280..a72c7fe9 100644
--- a/docs/docs/getting-started/v0.3.x/diagnostics/index.html
+++ b/docs/docs/getting-started/v0.3.x/diagnostics/index.html
@@ -201,7 +201,7 @@
- Customization with Groovy Scripts and CasC
+ Customizing Jenkins
diff --git a/docs/docs/getting-started/v0.3.x/index.html b/docs/docs/getting-started/v0.3.x/index.html
index b7e7da7a..c252756e 100644
--- a/docs/docs/getting-started/v0.3.x/index.html
+++ b/docs/docs/getting-started/v0.3.x/index.html
@@ -194,7 +194,7 @@
- Customization with Groovy Scripts and CasC
+ Customizing Jenkins
diff --git a/docs/docs/getting-started/v0.3.x/migration/index.html b/docs/docs/getting-started/v0.3.x/migration/index.html
index c63fa794..a73a21ef 100644
--- a/docs/docs/getting-started/v0.3.x/migration/index.html
+++ b/docs/docs/getting-started/v0.3.x/migration/index.html
@@ -201,7 +201,7 @@
- Customization with Groovy Scripts and CasC
+ Customizing Jenkins
diff --git a/docs/docs/getting-started/v0.3.x/notifications/index.html b/docs/docs/getting-started/v0.3.x/notifications/index.html
index 1f04625e..fade65a8 100644
--- a/docs/docs/getting-started/v0.3.x/notifications/index.html
+++ b/docs/docs/getting-started/v0.3.x/notifications/index.html
@@ -201,7 +201,7 @@
- Customization with Groovy Scripts and CasC
+ Customizing Jenkins
diff --git a/docs/docs/getting-started/v0.3.x/schema/index.html b/docs/docs/getting-started/v0.3.x/schema/index.html
index a91e9afc..096fc2f2 100644
--- a/docs/docs/getting-started/v0.3.x/schema/index.html
+++ b/docs/docs/getting-started/v0.3.x/schema/index.html
@@ -201,7 +201,7 @@
- Customization with Groovy Scripts and CasC
+ Customizing Jenkins
diff --git a/docs/docs/getting-started/v0.4.x/aks/index.html b/docs/docs/getting-started/v0.4.x/aks/index.html
index 2694c4e7..94a400c4 100644
--- a/docs/docs/getting-started/v0.4.x/aks/index.html
+++ b/docs/docs/getting-started/v0.4.x/aks/index.html
@@ -201,7 +201,7 @@
- Customization with Groovy Scripts and CasC
+ Customizing Jenkins
diff --git a/docs/docs/getting-started/v0.4.x/configuration/index.html b/docs/docs/getting-started/v0.4.x/configuration/index.html
index ac0ee550..ff89ab1b 100644
--- a/docs/docs/getting-started/v0.4.x/configuration/index.html
+++ b/docs/docs/getting-started/v0.4.x/configuration/index.html
@@ -201,7 +201,7 @@
- Customization with Groovy Scripts and CasC
+ Customizing Jenkins
diff --git a/docs/docs/getting-started/v0.4.x/configure-backup-and-restore/index.html b/docs/docs/getting-started/v0.4.x/configure-backup-and-restore/index.html
index 94bbdff2..850b1381 100644
--- a/docs/docs/getting-started/v0.4.x/configure-backup-and-restore/index.html
+++ b/docs/docs/getting-started/v0.4.x/configure-backup-and-restore/index.html
@@ -201,7 +201,7 @@
- Customization with Groovy Scripts and CasC
+ Customizing Jenkins
diff --git a/docs/docs/getting-started/v0.4.x/custom-backup-and-restore/index.html b/docs/docs/getting-started/v0.4.x/custom-backup-and-restore/index.html
index 401d24e5..cad57394 100644
--- a/docs/docs/getting-started/v0.4.x/custom-backup-and-restore/index.html
+++ b/docs/docs/getting-started/v0.4.x/custom-backup-and-restore/index.html
@@ -201,7 +201,7 @@
- Customization with Groovy Scripts and CasC
+ Customizing Jenkins
diff --git a/docs/docs/getting-started/v0.4.x/customization/index.html b/docs/docs/getting-started/v0.4.x/customization/index.html
index 7a61c189..8e0ee0cf 100644
--- a/docs/docs/getting-started/v0.4.x/customization/index.html
+++ b/docs/docs/getting-started/v0.4.x/customization/index.html
@@ -201,7 +201,7 @@
- Customization with Groovy Scripts and CasC
+ Customizing Jenkins
diff --git a/docs/docs/getting-started/v0.4.x/deploy-jenkins/index.html b/docs/docs/getting-started/v0.4.x/deploy-jenkins/index.html
index bada4c85..c31679f2 100644
--- a/docs/docs/getting-started/v0.4.x/deploy-jenkins/index.html
+++ b/docs/docs/getting-started/v0.4.x/deploy-jenkins/index.html
@@ -201,7 +201,7 @@
- Customization with Groovy Scripts and CasC
+ Customizing Jenkins
diff --git a/docs/docs/getting-started/v0.4.x/diagnostics/index.html b/docs/docs/getting-started/v0.4.x/diagnostics/index.html
index ddceb483..67eaa6df 100644
--- a/docs/docs/getting-started/v0.4.x/diagnostics/index.html
+++ b/docs/docs/getting-started/v0.4.x/diagnostics/index.html
@@ -201,7 +201,7 @@
- Customization with Groovy Scripts and CasC
+ Customizing Jenkins
diff --git a/docs/docs/getting-started/v0.4.x/index.html b/docs/docs/getting-started/v0.4.x/index.html
index b656bc9b..5df9988e 100644
--- a/docs/docs/getting-started/v0.4.x/index.html
+++ b/docs/docs/getting-started/v0.4.x/index.html
@@ -194,7 +194,7 @@
- Customization with Groovy Scripts and CasC
+ Customizing Jenkins
diff --git a/docs/docs/getting-started/v0.4.x/notifications/index.html b/docs/docs/getting-started/v0.4.x/notifications/index.html
index 1928a3f1..552c5746 100644
--- a/docs/docs/getting-started/v0.4.x/notifications/index.html
+++ b/docs/docs/getting-started/v0.4.x/notifications/index.html
@@ -201,7 +201,7 @@
- Customization with Groovy Scripts and CasC
+ Customizing Jenkins
diff --git a/docs/docs/getting-started/v0.4.x/openshift/index.html b/docs/docs/getting-started/v0.4.x/openshift/index.html
index 0ed8c805..0d209bb2 100644
--- a/docs/docs/getting-started/v0.4.x/openshift/index.html
+++ b/docs/docs/getting-started/v0.4.x/openshift/index.html
@@ -201,7 +201,7 @@
- Customization with Groovy Scripts and CasC
+ Customizing Jenkins
diff --git a/docs/docs/getting-started/v0.4.x/schema/index.html b/docs/docs/getting-started/v0.4.x/schema/index.html
index 04da6165..7ef0aa24 100644
--- a/docs/docs/getting-started/v0.4.x/schema/index.html
+++ b/docs/docs/getting-started/v0.4.x/schema/index.html
@@ -201,7 +201,7 @@
- Customization with Groovy Scripts and CasC
+ Customizing Jenkins
diff --git a/docs/docs/getting-started/v0.5.x/aks/index.html b/docs/docs/getting-started/v0.5.x/aks/index.html
index 0f23bbd0..19cb8ae1 100644
--- a/docs/docs/getting-started/v0.5.x/aks/index.html
+++ b/docs/docs/getting-started/v0.5.x/aks/index.html
@@ -201,7 +201,7 @@
- Customization with Groovy Scripts and CasC
+ Customizing Jenkins
diff --git a/docs/docs/getting-started/v0.5.x/configuration/index.html b/docs/docs/getting-started/v0.5.x/configuration/index.html
index 483985fb..01d346cd 100644
--- a/docs/docs/getting-started/v0.5.x/configuration/index.html
+++ b/docs/docs/getting-started/v0.5.x/configuration/index.html
@@ -201,7 +201,7 @@
- Customization with Groovy Scripts and CasC
+ Customizing Jenkins
diff --git a/docs/docs/getting-started/v0.5.x/configure-backup-and-restore/index.html b/docs/docs/getting-started/v0.5.x/configure-backup-and-restore/index.html
index 563b58e0..272e21e2 100644
--- a/docs/docs/getting-started/v0.5.x/configure-backup-and-restore/index.html
+++ b/docs/docs/getting-started/v0.5.x/configure-backup-and-restore/index.html
@@ -201,7 +201,7 @@
- Customization with Groovy Scripts and CasC
+ Customizing Jenkins
diff --git a/docs/docs/getting-started/v0.5.x/custom-backup-and-restore/index.html b/docs/docs/getting-started/v0.5.x/custom-backup-and-restore/index.html
index f6f33a97..43839d9e 100644
--- a/docs/docs/getting-started/v0.5.x/custom-backup-and-restore/index.html
+++ b/docs/docs/getting-started/v0.5.x/custom-backup-and-restore/index.html
@@ -201,7 +201,7 @@
- Customization with Groovy Scripts and CasC
+ Customizing Jenkins
diff --git a/docs/docs/getting-started/v0.5.x/customization/index.html b/docs/docs/getting-started/v0.5.x/customization/index.html
index dbd7bd61..ca0671ff 100644
--- a/docs/docs/getting-started/v0.5.x/customization/index.html
+++ b/docs/docs/getting-started/v0.5.x/customization/index.html
@@ -201,7 +201,7 @@
- Customization with Groovy Scripts and CasC
+ Customizing Jenkins
diff --git a/docs/docs/getting-started/v0.5.x/deploy-jenkins/index.html b/docs/docs/getting-started/v0.5.x/deploy-jenkins/index.html
index 71a1b18f..a5cff0db 100644
--- a/docs/docs/getting-started/v0.5.x/deploy-jenkins/index.html
+++ b/docs/docs/getting-started/v0.5.x/deploy-jenkins/index.html
@@ -201,7 +201,7 @@
- Customization with Groovy Scripts and CasC
+ Customizing Jenkins
diff --git a/docs/docs/getting-started/v0.5.x/diagnostics/index.html b/docs/docs/getting-started/v0.5.x/diagnostics/index.html
index f0d9979f..75d944a4 100644
--- a/docs/docs/getting-started/v0.5.x/diagnostics/index.html
+++ b/docs/docs/getting-started/v0.5.x/diagnostics/index.html
@@ -201,7 +201,7 @@
- Customization with Groovy Scripts and CasC
+ Customizing Jenkins
diff --git a/docs/docs/getting-started/v0.5.x/index.html b/docs/docs/getting-started/v0.5.x/index.html
index 1bfb54d9..a5377f8e 100644
--- a/docs/docs/getting-started/v0.5.x/index.html
+++ b/docs/docs/getting-started/v0.5.x/index.html
@@ -194,7 +194,7 @@
- Customization with Groovy Scripts and CasC
+ Customizing Jenkins
diff --git a/docs/docs/getting-started/v0.5.x/notifications/index.html b/docs/docs/getting-started/v0.5.x/notifications/index.html
index e7d2207a..ca81e65a 100644
--- a/docs/docs/getting-started/v0.5.x/notifications/index.html
+++ b/docs/docs/getting-started/v0.5.x/notifications/index.html
@@ -201,7 +201,7 @@
- Customization with Groovy Scripts and CasC
+ Customizing Jenkins
diff --git a/docs/docs/getting-started/v0.5.x/openshift/index.html b/docs/docs/getting-started/v0.5.x/openshift/index.html
index ea94fc0a..f7dc5aa9 100644
--- a/docs/docs/getting-started/v0.5.x/openshift/index.html
+++ b/docs/docs/getting-started/v0.5.x/openshift/index.html
@@ -201,7 +201,7 @@
- Customization with Groovy Scripts and CasC
+ Customizing Jenkins
diff --git a/docs/docs/getting-started/v0.5.x/schema/index.html b/docs/docs/getting-started/v0.5.x/schema/index.html
index b18b3e8f..fb73700b 100644
--- a/docs/docs/getting-started/v0.5.x/schema/index.html
+++ b/docs/docs/getting-started/v0.5.x/schema/index.html
@@ -201,7 +201,7 @@
- Customization with Groovy Scripts and CasC
+ Customizing Jenkins
diff --git a/docs/docs/how-it-works/architecture-and-design/index.html b/docs/docs/how-it-works/architecture-and-design/index.html
index ae05dabf..3ca736a4 100644
--- a/docs/docs/how-it-works/architecture-and-design/index.html
+++ b/docs/docs/how-it-works/architecture-and-design/index.html
@@ -201,7 +201,7 @@
- Customization with Groovy Scripts and CasC
+ Customizing Jenkins
diff --git a/docs/docs/how-it-works/index.html b/docs/docs/how-it-works/index.html
index 00b93bdd..9ddd8e4a 100644
--- a/docs/docs/how-it-works/index.html
+++ b/docs/docs/how-it-works/index.html
@@ -194,7 +194,7 @@
- Customization with Groovy Scripts and CasC
+ Customizing Jenkins
diff --git a/docs/docs/how-it-works/jenkins-docker-images/index.html b/docs/docs/how-it-works/jenkins-docker-images/index.html
index e7159cc3..6d174250 100644
--- a/docs/docs/how-it-works/jenkins-docker-images/index.html
+++ b/docs/docs/how-it-works/jenkins-docker-images/index.html
@@ -201,7 +201,7 @@
- Customization with Groovy Scripts and CasC
+ Customizing Jenkins
diff --git a/docs/docs/index.html b/docs/docs/index.html
index 3e30e4c2..0eb563fd 100644
--- a/docs/docs/index.html
+++ b/docs/docs/index.html
@@ -191,7 +191,7 @@
- Customization with Groovy Scripts and CasC
+ Customizing Jenkins
@@ -795,6 +795,8 @@
+
+
How it works
@@ -820,8 +822,6 @@
-
-
diff --git a/docs/docs/index.xml b/docs/docs/index.xml
index 9b5dfcc4..4c57cb35 100644
--- a/docs/docs/index.xml
+++ b/docs/docs/index.xml
@@ -22,7 +22,7 @@
-
Docs: Installing the Operator
https://jenkinsci.github.io/kubernetes-operator/docs/getting-started/latest/installing-the-operator/
- Thu, 19 Aug 2021 00:00:00 +0000
+ Fri, 20 Aug 2021 00:00:00 +0000
https://jenkinsci.github.io/kubernetes-operator/docs/getting-started/latest/installing-the-operator/
@@ -59,7 +59,7 @@ All container images can be found at <a href="https://hub.docker.com/r/vi
<p>Watch <strong>Jenkins Operator</strong> instance being created:</p>
<div class="highlight"><pre style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4"><code class="language-bash" data-lang="bash">kubectl get pods -w</code></pre></div>
<p>Now <strong>Jenkins Operator</strong> should be up and running in the <code>default</code> namespace.
-For deploying Jenkins, refer to <a href="https://jenkinsci.github.io/kubernetes-operator/kubernetes-operator/docs/getting-started/latest/deploy-jenkins/">Deploy Jenkins section</a>.</p>
+For deploying Jenkins, refer to <a href="https://jenkinsci.github.io/kubernetes-operator/kubernetes-operator/docs/getting-started/latest/deploying-jenkins/">Deploy Jenkins section</a>.</p>
<h2 id="deploy-jenkins-operator-using-helm-chart">Deploy Jenkins Operator using Helm Chart</h2>
@@ -301,8 +301,8 @@ plugins:
</td>
<td>
Placeholder for jenkins seed jobs
-For seed job creation tutorial, check:<br /> <a href="https://jenkinsci.github.io/kubernetes-operator/docs/getting-started/latest/configuration/#prepare-job-definitions-and-pipelines">Prepare seed jobs</a>
-<br /><a href="https://jenkinsci.github.io/kubernetes-operator/docs/getting-started/latest/configuration/#configure-seed-jobs">Configure seed jobs</a>
+For seed job creation tutorial, check:<br /> <a href="https://jenkinsci.github.io/kubernetes-operator/docs/getting-started/latest/configuring-seed-jobs-and-pipelines/#prepare-job-definitions-and-pipelines">Prepare seed jobs</a>
+<br /><a href="https://jenkinsci.github.io/kubernetes-operator/docs/getting-started/latest/configuring-seed-jobs-and-pipelines/#configure-seed-jobs">Configure seed jobs</a>
<br />Example:
<code>
<pre>
@@ -447,8 +447,8 @@ Backup
<td>
Backup is section for configuring operator's backup feature
By default backup feature is enabled and pre-configured
-This section simplifies the configuration described here: <a href="https://jenkinsci.github.io/kubernetes-operator/docs/getting-started/latest/configure-backup-and-restore/">Configure backup and restore</a>
-For customization tips see <a href="https://jenkinsci.github.io/kubernetes-operator/docs/getting-started/latest/custom-backup-and-restore/">Custom backup and restore</a>
+This section simplifies the configuration described here: <a href="https://jenkinsci.github.io/kubernetes-operator/docs/getting-started/latest/configuring-backup-and-restore/">Configuring backup and restore</a>
+For customization tips see <a href="https://jenkinsci.github.io/kubernetes-operator/docs/getting-started/latest/custom-backup-and-restore">Custom backup and restore</a>
</td>
</tr>
<tr>
@@ -465,7 +465,7 @@ Configuration
<td></td>
<td>
Section where we can configure Jenkins instance.
-See <a href="https://jenkinsci.github.io/kubernetes-operator/docs/getting-started/latest/customization/">Customization</a> for details
+See <a href="https://jenkinsci.github.io/kubernetes-operator/docs/getting-started/latest/customizing-jenkins/">Customizing Jenkins</a> for details
</td>
</tr>
</table>
@@ -2754,11 +2754,11 @@ stringData:
-
-
Docs: Customization with Groovy Scripts and CasC
- https://jenkinsci.github.io/kubernetes-operator/docs/getting-started/latest/customization-with-groovy-scripts-and-casc/
- Thu, 19 Aug 2021 00:00:00 +0000
+ Docs: Customizing Jenkins
+ https://jenkinsci.github.io/kubernetes-operator/docs/getting-started/latest/customizing-jenkins/
+ Fri, 20 Aug 2021 00:00:00 +0000
- https://jenkinsci.github.io/kubernetes-operator/docs/getting-started/latest/customization-with-groovy-scripts-and-casc/
+ https://jenkinsci.github.io/kubernetes-operator/docs/getting-started/latest/customizing-jenkins/
@@ -4381,7 +4381,7 @@ For example you will send notifications to Slack and Teams.</p>
-
Docs: Security
https://jenkinsci.github.io/kubernetes-operator/docs/getting-started/latest/security/
- Thu, 19 Aug 2021 00:00:00 +0000
+ Fri, 20 Aug 2021 00:00:00 +0000
https://jenkinsci.github.io/kubernetes-operator/docs/getting-started/latest/security/
@@ -4396,7 +4396,7 @@ via groovy scripts to prevent any security gaps.</p>
<p>Currently <strong>Jenkins Operator</strong> generates a username and random password and stores them in a Kubernetes Secret.
However any other authorization mechanisms are possible and can be done via groovy scripts or configuration as code plugin.
-For more information take a look at <a href="https://jenkinsci.github.io/kubernetes-operator/kubernetes-operator/docs/getting-started/latest/customization/">getting-started#jenkins-customization</a>.</p>
+For more information take a look at <a href="https://jenkinsci.github.io/kubernetes-operator/kubernetes-operator/docs/getting-started/latest/customizing-jenkins/">getting-started#jenkins-customization</a>.</p>
<p>Any change to Security Realm or Authorization requires that user called <code>jenkins-operator</code> must have admin rights
because <strong>Jenkins Operator</strong> calls Jenkins API.</p>
@@ -4427,8 +4427,8 @@ and stores it in a Kubernetes Secret.</p>
<p>Kubernetes API permissions are limited by the following roles:</p>
<ul>
-<li><a href="kubernetes-operator/blob/v0.6.0/deploy/all-in-one-v1alpha2.yaml">jenkins-operator role</a><br /></li>
-<li><a href="kubernetes-operator/blob/v0.6.0/pkg/configuration/base/resources/rbac.go">Jenkins Master role</a></li>
+<li><a href="https://github.com/jenkinsci/kubernetes-operator/blob/v0.6.0/deploy/all-in-one-v1alpha2.yaml">jenkins-operator role</a><br /></li>
+<li><a href="https://github.com/jenkinsci/kubernetes-operator/blob/v0.6.0/pkg/configuration/base/resources/rbac.go">Jenkins Master role</a></li>
</ul>
<p>Since <strong>Jenkins Operator</strong> must be able to grant permission for its deployed Jenkins masters
@@ -6716,7 +6716,7 @@ and add explicit references to the existing <code>ConfigMap</code> a
-
Docs: Schema
https://jenkinsci.github.io/kubernetes-operator/docs/getting-started/latest/schema/
- Thu, 19 Aug 2021 00:00:00 +0000
+ Fri, 20 Aug 2021 00:00:00 +0000
https://jenkinsci.github.io/kubernetes-operator/docs/getting-started/latest/schema/
@@ -6828,7 +6828,7 @@ Every single change here requires a pod restart.</p>
<td>
<em>(Optional)</em>
<p>SeedJobs defines list of Jenkins Seed Job configurations
-More info: <a href="https://jenkinsci.github.io/kubernetes-operator/docs/getting-started/latest/configuration#configure-seed-jobs-and-pipelines">https://jenkinsci.github.io/kubernetes-operator/docs/getting-started/latest/configuration#configure-seed-jobs-and-pipelines</a></p>
+More info: <a href="https://jenkinsci.github.io/kubernetes-operator/docs/getting-started/latest/configuring-seed-jobs-and-pipelines#configure-seed-jobs-and-pipelines">https://jenkinsci.github.io/kubernetes-operator/docs/getting-started/latest/configuration#configure-seed-jobs-and-pipelines</a></p>
</td>
</tr>
<tr>
diff --git a/docs/docs/troubleshooting/index.html b/docs/docs/troubleshooting/index.html
index 01d360c4..3ced57bd 100644
--- a/docs/docs/troubleshooting/index.html
+++ b/docs/docs/troubleshooting/index.html
@@ -194,7 +194,7 @@
- Customization with Groovy Scripts and CasC
+ Customizing Jenkins
diff --git a/docs/index.html b/docs/index.html
index e0880186..f015dcd7 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -25,7 +25,7 @@
-
+
diff --git a/docs/index.xml b/docs/index.xml
index 9501c8b5..d642f763 100644
--- a/docs/index.xml
+++ b/docs/index.xml
@@ -4,7 +4,7 @@
https://jenkinsci.github.io/kubernetes-operator/
Recent Hugo news from gohugo.io
Hugo -- gohugo.io
- Thu, 19 Aug 2021 00:00:00 +0000
+ Fri, 20 Aug 2021 00:00:00 +0000
https://jenkinsci.github.io/kubernetes-operator/img/hugo.png
GoHugo.io
diff --git a/docs/sitemap.xml b/docs/sitemap.xml
index b2297812..65d0a04d 100644
--- a/docs/sitemap.xml
+++ b/docs/sitemap.xml
@@ -3,12 +3,12 @@
xmlns:xhtml="http://www.w3.org/1999/xhtml">
- https://jenkinsci.github.io/kubernetes-operator/docs/how-it-works/
- 2021-08-19T00:00:00+00:00
+ https://jenkinsci.github.io/kubernetes-operator/docs/getting-started/latest/installing-the-operator/
+ 2021-08-20T00:00:00+00:00
- https://jenkinsci.github.io/kubernetes-operator/docs/getting-started/latest/installing-the-operator/
+ https://jenkinsci.github.io/kubernetes-operator/docs/how-it-works/
2021-08-19T00:00:00+00:00
@@ -88,8 +88,8 @@
- https://jenkinsci.github.io/kubernetes-operator/docs/getting-started/latest/customization-with-groovy-scripts-and-casc/
- 2021-08-19T00:00:00+00:00
+ https://jenkinsci.github.io/kubernetes-operator/docs/getting-started/latest/customizing-jenkins/
+ 2021-08-20T00:00:00+00:00
@@ -174,7 +174,7 @@
https://jenkinsci.github.io/kubernetes-operator/docs/getting-started/latest/security/
- 2021-08-19T00:00:00+00:00
+ 2021-08-20T00:00:00+00:00
@@ -289,7 +289,7 @@
https://jenkinsci.github.io/kubernetes-operator/docs/getting-started/latest/schema/
- 2021-08-19T00:00:00+00:00
+ 2021-08-20T00:00:00+00:00
@@ -379,7 +379,7 @@
https://jenkinsci.github.io/kubernetes-operator/
- 2021-08-19T00:00:00+00:00
+ 2021-08-20T00:00:00+00:00
diff --git a/website/content/en/docs/Getting Started/latest/customizing-jenkins.md b/website/content/en/docs/Getting Started/latest/customizing-jenkins.md
index 994baa6b..7a6992b6 100644
--- a/website/content/en/docs/Getting Started/latest/customizing-jenkins.md
+++ b/website/content/en/docs/Getting Started/latest/customizing-jenkins.md
@@ -2,7 +2,7 @@
title: "Customizing Jenkins"
linkTitle: "Customizing Jenkins"
weight: 3
-date: 2021-08-19
+date: 2021-08-20
description: >
How to customize Jenkins
---
diff --git a/website/content/en/docs/Getting Started/latest/installing-the-operator.md b/website/content/en/docs/Getting Started/latest/installing-the-operator.md
index 6a556485..5d05da3a 100644
--- a/website/content/en/docs/Getting Started/latest/installing-the-operator.md
+++ b/website/content/en/docs/Getting Started/latest/installing-the-operator.md
@@ -2,7 +2,7 @@
title: "Installing the Operator"
linkTitle: "Installing the Operator"
weight: 1
-date: 2021-08-19
+date: 2021-08-20
description: >
How to install Jenkins Operator
---
diff --git a/website/content/en/docs/Getting Started/latest/schema.md b/website/content/en/docs/Getting Started/latest/schema.md
index d94806c9..35ba526f 100644
--- a/website/content/en/docs/Getting Started/latest/schema.md
+++ b/website/content/en/docs/Getting Started/latest/schema.md
@@ -2,7 +2,7 @@
title: "Schema"
linkTitle: "Schema"
weight: 11
-date: 2021-08-19
+date: 2021-08-20
description: >
API Schema definitions for Jenkins CRD
---
diff --git a/website/content/en/docs/Getting Started/latest/security.md b/website/content/en/docs/Getting Started/latest/security.md
index 19a599f3..26338b76 100644
--- a/website/content/en/docs/Getting Started/latest/security.md
+++ b/website/content/en/docs/Getting Started/latest/security.md
@@ -2,7 +2,7 @@
title: "Security"
linkTitle: "Security"
weight: 8
-date: 2021-08-19
+date: 2021-08-20
description: >
Jenkins security and hardening out of the box
---
diff --git a/website/package-lock.json b/website/package-lock.json
index 4f209651..18772fa7 100644
--- a/website/package-lock.json
+++ b/website/package-lock.json
@@ -568,9 +568,9 @@
}
},
"electron-to-chromium": {
- "version": "1.3.812",
- "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.812.tgz",
- "integrity": "sha512-7KiUHsKAWtSrjVoTSzxQ0nPLr/a+qoxNZwkwd9LkylTOgOXSVXkQbpIVT0WAUQcI5gXq3SwOTCrK+WfINHOXQg==",
+ "version": "1.3.813",
+ "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.813.tgz",
+ "integrity": "sha512-YcSRImHt6JZZ2sSuQ4Bzajtk98igQ0iKkksqlzZLzbh4p0OIyJRSvUbsgqfcR8txdfsoYCc4ym306t4p2kP/aw==",
"dev": true
},
"end-of-stream": {
Deploying Jenkins
@@ -881,7 +881,7 @@
- Customization with Groovy Scripts and CasC
+ Customizing Jenkins
How to customize Jenkins
diff --git a/docs/docs/getting-started/latest/index.xml b/docs/docs/getting-started/latest/index.xml
index 740decae..f9fc45c9 100644
--- a/docs/docs/getting-started/latest/index.xml
+++ b/docs/docs/getting-started/latest/index.xml
@@ -22,7 +22,7 @@
-
Docs: Installing the Operator
https://jenkinsci.github.io/kubernetes-operator/docs/getting-started/latest/installing-the-operator/
- Thu, 19 Aug 2021 00:00:00 +0000
+ Fri, 20 Aug 2021 00:00:00 +0000
https://jenkinsci.github.io/kubernetes-operator/docs/getting-started/latest/installing-the-operator/
@@ -59,7 +59,7 @@ All container images can be found at <a href="https://hub.docker.com/r/vi
<p>Watch <strong>Jenkins Operator</strong> instance being created:</p>
<div class="highlight"><pre style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4"><code class="language-bash" data-lang="bash">kubectl get pods -w</code></pre></div>
<p>Now <strong>Jenkins Operator</strong> should be up and running in the <code>default</code> namespace.
-For deploying Jenkins, refer to <a href="https://jenkinsci.github.io/kubernetes-operator/kubernetes-operator/docs/getting-started/latest/deploy-jenkins/">Deploy Jenkins section</a>.</p>
+For deploying Jenkins, refer to <a href="https://jenkinsci.github.io/kubernetes-operator/kubernetes-operator/docs/getting-started/latest/deploying-jenkins/">Deploy Jenkins section</a>.</p>
<h2 id="deploy-jenkins-operator-using-helm-chart">Deploy Jenkins Operator using Helm Chart</h2>
@@ -301,8 +301,8 @@ plugins:
</td>
<td>
Placeholder for jenkins seed jobs
-For seed job creation tutorial, check:<br /> <a href="https://jenkinsci.github.io/kubernetes-operator/docs/getting-started/latest/configuration/#prepare-job-definitions-and-pipelines">Prepare seed jobs</a>
-<br /><a href="https://jenkinsci.github.io/kubernetes-operator/docs/getting-started/latest/configuration/#configure-seed-jobs">Configure seed jobs</a>
+For seed job creation tutorial, check:<br /> <a href="https://jenkinsci.github.io/kubernetes-operator/docs/getting-started/latest/configuring-seed-jobs-and-pipelines/#prepare-job-definitions-and-pipelines">Prepare seed jobs</a>
+<br /><a href="https://jenkinsci.github.io/kubernetes-operator/docs/getting-started/latest/configuring-seed-jobs-and-pipelines/#configure-seed-jobs">Configure seed jobs</a>
<br />Example:
<code>
<pre>
@@ -447,8 +447,8 @@ Backup
<td>
Backup is section for configuring operator's backup feature
By default backup feature is enabled and pre-configured
-This section simplifies the configuration described here: <a href="https://jenkinsci.github.io/kubernetes-operator/docs/getting-started/latest/configure-backup-and-restore/">Configure backup and restore</a>
-For customization tips see <a href="https://jenkinsci.github.io/kubernetes-operator/docs/getting-started/latest/custom-backup-and-restore/">Custom backup and restore</a>
+This section simplifies the configuration described here: <a href="https://jenkinsci.github.io/kubernetes-operator/docs/getting-started/latest/configuring-backup-and-restore/">Configuring backup and restore</a>
+For customization tips see <a href="https://jenkinsci.github.io/kubernetes-operator/docs/getting-started/latest/custom-backup-and-restore">Custom backup and restore</a>
</td>
</tr>
<tr>
@@ -465,7 +465,7 @@ Configuration
<td></td>
<td>
Section where we can configure Jenkins instance.
-See <a href="https://jenkinsci.github.io/kubernetes-operator/docs/getting-started/latest/customization/">Customization</a> for details
+See <a href="https://jenkinsci.github.io/kubernetes-operator/docs/getting-started/latest/customizing-jenkins/">Customizing Jenkins</a> for details
</td>
</tr>
</table>
@@ -990,11 +990,11 @@ kubectl get secret jenkins-operator-credentials-<cr_name> -o <s
-
-
Docs: Customization with Groovy Scripts and CasC
- https://jenkinsci.github.io/kubernetes-operator/docs/getting-started/latest/customization-with-groovy-scripts-and-casc/
- Thu, 19 Aug 2021 00:00:00 +0000
+ Docs: Customizing Jenkins
+ https://jenkinsci.github.io/kubernetes-operator/docs/getting-started/latest/customizing-jenkins/
+ Fri, 20 Aug 2021 00:00:00 +0000
- https://jenkinsci.github.io/kubernetes-operator/docs/getting-started/latest/customization-with-groovy-scripts-and-casc/
+ https://jenkinsci.github.io/kubernetes-operator/docs/getting-started/latest/customizing-jenkins/
@@ -1834,7 +1834,7 @@ For example you will send notifications to Slack and Teams.</p>
-
Docs: Security
https://jenkinsci.github.io/kubernetes-operator/docs/getting-started/latest/security/
- Thu, 19 Aug 2021 00:00:00 +0000
+ Fri, 20 Aug 2021 00:00:00 +0000
https://jenkinsci.github.io/kubernetes-operator/docs/getting-started/latest/security/
@@ -1849,7 +1849,7 @@ via groovy scripts to prevent any security gaps.</p>
<p>Currently <strong>Jenkins Operator</strong> generates a username and random password and stores them in a Kubernetes Secret.
However any other authorization mechanisms are possible and can be done via groovy scripts or configuration as code plugin.
-For more information take a look at <a href="https://jenkinsci.github.io/kubernetes-operator/kubernetes-operator/docs/getting-started/latest/customization/">getting-started#jenkins-customization</a>.</p>
+For more information take a look at <a href="https://jenkinsci.github.io/kubernetes-operator/kubernetes-operator/docs/getting-started/latest/customizing-jenkins/">getting-started#jenkins-customization</a>.</p>
<p>Any change to Security Realm or Authorization requires that user called <code>jenkins-operator</code> must have admin rights
because <strong>Jenkins Operator</strong> calls Jenkins API.</p>
@@ -1880,8 +1880,8 @@ and stores it in a Kubernetes Secret.</p>
<p>Kubernetes API permissions are limited by the following roles:</p>
<ul>
-<li><a href="kubernetes-operator/blob/v0.6.0/deploy/all-in-one-v1alpha2.yaml">jenkins-operator role</a><br /></li>
-<li><a href="kubernetes-operator/blob/v0.6.0/pkg/configuration/base/resources/rbac.go">Jenkins Master role</a></li>
+<li><a href="https://github.com/jenkinsci/kubernetes-operator/blob/v0.6.0/deploy/all-in-one-v1alpha2.yaml">jenkins-operator role</a><br /></li>
+<li><a href="https://github.com/jenkinsci/kubernetes-operator/blob/v0.6.0/pkg/configuration/base/resources/rbac.go">Jenkins Master role</a></li>
</ul>
<p>Since <strong>Jenkins Operator</strong> must be able to grant permission for its deployed Jenkins masters
@@ -2482,7 +2482,7 @@ restart of a Jenkins pod over and over again.</p>
-
Docs: Schema
https://jenkinsci.github.io/kubernetes-operator/docs/getting-started/latest/schema/
- Thu, 19 Aug 2021 00:00:00 +0000
+ Fri, 20 Aug 2021 00:00:00 +0000
https://jenkinsci.github.io/kubernetes-operator/docs/getting-started/latest/schema/
@@ -2594,7 +2594,7 @@ Every single change here requires a pod restart.</p>
<td>
<em>(Optional)</em>
<p>SeedJobs defines list of Jenkins Seed Job configurations
-More info: <a href="https://jenkinsci.github.io/kubernetes-operator/docs/getting-started/latest/configuration#configure-seed-jobs-and-pipelines">https://jenkinsci.github.io/kubernetes-operator/docs/getting-started/latest/configuration#configure-seed-jobs-and-pipelines</a></p>
+More info: <a href="https://jenkinsci.github.io/kubernetes-operator/docs/getting-started/latest/configuring-seed-jobs-and-pipelines#configure-seed-jobs-and-pipelines">https://jenkinsci.github.io/kubernetes-operator/docs/getting-started/latest/configuration#configure-seed-jobs-and-pipelines</a></p>
</td>
</tr>
<tr>
diff --git a/docs/docs/getting-started/latest/installing-the-operator/index.html b/docs/docs/getting-started/latest/installing-the-operator/index.html
index 27ecfac1..fbd53987 100644
--- a/docs/docs/getting-started/latest/installing-the-operator/index.html
+++ b/docs/docs/getting-started/latest/installing-the-operator/index.html
@@ -25,14 +25,14 @@
" />
-
-
+
+
-
-
-
+
+
+
@@ -201,7 +201,7 @@
- Customization with Groovy Scripts and CasC
+ Customizing Jenkins
@@ -868,7 +868,7 @@ All container images can be found at kubectl get pods -w
- Customization with Groovy Scripts and CasC + Customizing Jenkins
How to customize Jenkins
diff --git a/docs/docs/getting-started/latest/index.xml b/docs/docs/getting-started/latest/index.xml index 740decae..f9fc45c9 100644 --- a/docs/docs/getting-started/latest/index.xml +++ b/docs/docs/getting-started/latest/index.xml @@ -22,7 +22,7 @@kubectl get pods -wNow Jenkins Operator should be up and running in the default namespace.
-For deploying Jenkins, refer to Deploy Jenkins section.
Deploy Jenkins Operator using Helm Chart
@@ -1110,8 +1110,8 @@ plugins:Prepare seed jobs -
Configure seed jobs +For seed job creation tutorial, check:
Prepare seed jobs +
Configure seed jobs
Example:
@@ -1256,8 +1256,8 @@ Backup
Backup is section for configuring operator's backup feature
By default backup feature is enabled and pre-configured
-This section simplifies the configuration described here: Configure backup and restore
-For customization tips see Custom backup and restore
+This section simplifies the configuration described here: Configuring backup and restore
+For customization tips see Custom backup and restore
@@ -1274,7 +1274,7 @@ Configuration
Section where we can configure Jenkins instance.
-See Customization for details
+See Customizing Jenkins for details
@@ -1713,7 +1713,7 @@ below is the full list of those volumeMounts:
- Last modified August 19, 2021
+ Last modified August 20, 2021
diff --git a/docs/docs/getting-started/latest/notifications/index.html b/docs/docs/getting-started/latest/notifications/index.html
index 93936149..006ba928 100644
--- a/docs/docs/getting-started/latest/notifications/index.html
+++ b/docs/docs/getting-started/latest/notifications/index.html
@@ -201,7 +201,7 @@
- Customization with Groovy Scripts and CasC
+ Customizing Jenkins
diff --git a/docs/docs/getting-started/latest/openshift/index.html b/docs/docs/getting-started/latest/openshift/index.html
index f0eaa385..a339bafd 100644
--- a/docs/docs/getting-started/latest/openshift/index.html
+++ b/docs/docs/getting-started/latest/openshift/index.html
@@ -201,7 +201,7 @@
- Customization with Groovy Scripts and CasC
+ Customizing Jenkins
diff --git a/docs/docs/getting-started/latest/schema/index.html b/docs/docs/getting-started/latest/schema/index.html
index ac1de5f6..d3c38d24 100644
--- a/docs/docs/getting-started/latest/schema/index.html
+++ b/docs/docs/getting-started/latest/schema/index.html
@@ -25,13 +25,13 @@
" />
-
-
+
+
-
-
+
+
@@ -201,7 +201,7 @@
- Customization with Groovy Scripts and CasC
+ Customizing Jenkins
@@ -925,7 +925,7 @@ Every single change here requires a pod restart.
(Optional)
SeedJobs defines list of Jenkins Seed Job configurations
-More info: https://jenkinsci.github.io/kubernetes-operator/docs/getting-started/latest/configuration#configure-seed-jobs-and-pipelines
+More info: https://jenkinsci.github.io/kubernetes-operator/docs/getting-started/latest/configuration#configure-seed-jobs-and-pipelines
@@ -3464,7 +3464,7 @@ on git commit fe81e5a.
- Last modified August 19, 2021
+ Last modified August 20, 2021
diff --git a/docs/docs/getting-started/latest/security/index.html b/docs/docs/getting-started/latest/security/index.html
index 5b405d5a..0f8fbd42 100644
--- a/docs/docs/getting-started/latest/security/index.html
+++ b/docs/docs/getting-started/latest/security/index.html
@@ -25,13 +25,13 @@
" />
-
-
+
+
-
-
+
+
@@ -201,7 +201,7 @@
- Customization with Groovy Scripts and CasC
+ Customizing Jenkins
@@ -844,7 +844,7 @@ via groovy scripts to prevent any security gaps.
Currently Jenkins Operator generates a username and random password and stores them in a Kubernetes Secret.
However any other authorization mechanisms are possible and can be done via groovy scripts or configuration as code plugin.
-For more information take a look at getting-started#jenkins-customization.
+For more information take a look at getting-started#jenkins-customization.
Any change to Security Realm or Authorization requires that user called jenkins-operator must have admin rights
because Jenkins Operator calls Jenkins API.
@@ -875,8 +875,8 @@ and stores it in a Kubernetes Secret.
Kubernetes API permissions are limited by the following roles:
Since Jenkins Operator must be able to grant permission for its deployed Jenkins masters
@@ -1433,7 +1433,7 @@ its own namespace (jenkins-operator), watch for CRs in jenkin
- Last modified August 19, 2021
+ Last modified August 20, 2021
diff --git a/docs/docs/getting-started/v0.1.x/aks/index.html b/docs/docs/getting-started/v0.1.x/aks/index.html
index 970e41b0..5779afe7 100644
--- a/docs/docs/getting-started/v0.1.x/aks/index.html
+++ b/docs/docs/getting-started/v0.1.x/aks/index.html
@@ -201,7 +201,7 @@
- Customization with Groovy Scripts and CasC
+ Customizing Jenkins
diff --git a/docs/docs/getting-started/v0.1.x/configuration/index.html b/docs/docs/getting-started/v0.1.x/configuration/index.html
index 2e71e639..857b875d 100644
--- a/docs/docs/getting-started/v0.1.x/configuration/index.html
+++ b/docs/docs/getting-started/v0.1.x/configuration/index.html
@@ -201,7 +201,7 @@
- Customization with Groovy Scripts and CasC
+ Customizing Jenkins
diff --git a/docs/docs/getting-started/v0.1.x/configure-backup-and-restore/index.html b/docs/docs/getting-started/v0.1.x/configure-backup-and-restore/index.html
index 195269d2..d0c76e2d 100644
--- a/docs/docs/getting-started/v0.1.x/configure-backup-and-restore/index.html
+++ b/docs/docs/getting-started/v0.1.x/configure-backup-and-restore/index.html
@@ -201,7 +201,7 @@
- Customization with Groovy Scripts and CasC
+ Customizing Jenkins
diff --git a/docs/docs/getting-started/v0.1.x/customization/index.html b/docs/docs/getting-started/v0.1.x/customization/index.html
index 23f9a2ab..842596a5 100644
--- a/docs/docs/getting-started/v0.1.x/customization/index.html
+++ b/docs/docs/getting-started/v0.1.x/customization/index.html
@@ -201,7 +201,7 @@
- Customization with Groovy Scripts and CasC
+ Customizing Jenkins
diff --git a/docs/docs/getting-started/v0.1.x/deploy-jenkins/index.html b/docs/docs/getting-started/v0.1.x/deploy-jenkins/index.html
index 25d415c0..c63aae60 100644
--- a/docs/docs/getting-started/v0.1.x/deploy-jenkins/index.html
+++ b/docs/docs/getting-started/v0.1.x/deploy-jenkins/index.html
@@ -201,7 +201,7 @@
- Customization with Groovy Scripts and CasC
+ Customizing Jenkins
diff --git a/docs/docs/getting-started/v0.1.x/diagnostics/index.html b/docs/docs/getting-started/v0.1.x/diagnostics/index.html
index fd3ccc18..fb5f9a7a 100644
--- a/docs/docs/getting-started/v0.1.x/diagnostics/index.html
+++ b/docs/docs/getting-started/v0.1.x/diagnostics/index.html
@@ -201,7 +201,7 @@
- Customization with Groovy Scripts and CasC
+ Customizing Jenkins
diff --git a/docs/docs/getting-started/v0.1.x/index.html b/docs/docs/getting-started/v0.1.x/index.html
index fe125fda..8b22fe06 100644
--- a/docs/docs/getting-started/v0.1.x/index.html
+++ b/docs/docs/getting-started/v0.1.x/index.html
@@ -194,7 +194,7 @@
- Customization with Groovy Scripts and CasC
+ Customizing Jenkins
diff --git a/docs/docs/getting-started/v0.1.x/migration-guide-v1alpha1-to-v1alpha2/index.html b/docs/docs/getting-started/v0.1.x/migration-guide-v1alpha1-to-v1alpha2/index.html
index 4f3429f3..22dcbc77 100644
--- a/docs/docs/getting-started/v0.1.x/migration-guide-v1alpha1-to-v1alpha2/index.html
+++ b/docs/docs/getting-started/v0.1.x/migration-guide-v1alpha1-to-v1alpha2/index.html
@@ -201,7 +201,7 @@
- Customization with Groovy Scripts and CasC
+ Customizing Jenkins
diff --git a/docs/docs/getting-started/v0.1.x/scheme/index.html b/docs/docs/getting-started/v0.1.x/scheme/index.html
index dbfc3b71..5d67fe8e 100644
--- a/docs/docs/getting-started/v0.1.x/scheme/index.html
+++ b/docs/docs/getting-started/v0.1.x/scheme/index.html
@@ -201,7 +201,7 @@
- Customization with Groovy Scripts and CasC
+ Customizing Jenkins
diff --git a/docs/docs/getting-started/v0.2.x/aks/index.html b/docs/docs/getting-started/v0.2.x/aks/index.html
index 73df302d..2bdcf3b6 100644
--- a/docs/docs/getting-started/v0.2.x/aks/index.html
+++ b/docs/docs/getting-started/v0.2.x/aks/index.html
@@ -201,7 +201,7 @@
- Customization with Groovy Scripts and CasC
+ Customizing Jenkins
diff --git a/docs/docs/getting-started/v0.2.x/configuration/index.html b/docs/docs/getting-started/v0.2.x/configuration/index.html
index 2d1ba64b..251df601 100644
--- a/docs/docs/getting-started/v0.2.x/configuration/index.html
+++ b/docs/docs/getting-started/v0.2.x/configuration/index.html
@@ -201,7 +201,7 @@
- Customization with Groovy Scripts and CasC
+ Customizing Jenkins
diff --git a/docs/docs/getting-started/v0.2.x/configure-backup-and-restore/index.html b/docs/docs/getting-started/v0.2.x/configure-backup-and-restore/index.html
index 3f9d3cc8..b5dd9c80 100644
--- a/docs/docs/getting-started/v0.2.x/configure-backup-and-restore/index.html
+++ b/docs/docs/getting-started/v0.2.x/configure-backup-and-restore/index.html
@@ -201,7 +201,7 @@
- Customization with Groovy Scripts and CasC
+ Customizing Jenkins
diff --git a/docs/docs/getting-started/v0.2.x/custom-backup-and-restore/index.html b/docs/docs/getting-started/v0.2.x/custom-backup-and-restore/index.html
index 97cf6d97..59e3baca 100644
--- a/docs/docs/getting-started/v0.2.x/custom-backup-and-restore/index.html
+++ b/docs/docs/getting-started/v0.2.x/custom-backup-and-restore/index.html
@@ -201,7 +201,7 @@
- Customization with Groovy Scripts and CasC
+ Customizing Jenkins
diff --git a/docs/docs/getting-started/v0.2.x/customization/index.html b/docs/docs/getting-started/v0.2.x/customization/index.html
index 313d5a93..e143b851 100644
--- a/docs/docs/getting-started/v0.2.x/customization/index.html
+++ b/docs/docs/getting-started/v0.2.x/customization/index.html
@@ -201,7 +201,7 @@
- Customization with Groovy Scripts and CasC
+ Customizing Jenkins
diff --git a/docs/docs/getting-started/v0.2.x/deploy-jenkins/index.html b/docs/docs/getting-started/v0.2.x/deploy-jenkins/index.html
index 166dcee7..3c79521a 100644
--- a/docs/docs/getting-started/v0.2.x/deploy-jenkins/index.html
+++ b/docs/docs/getting-started/v0.2.x/deploy-jenkins/index.html
@@ -201,7 +201,7 @@
- Customization with Groovy Scripts and CasC
+ Customizing Jenkins
diff --git a/docs/docs/getting-started/v0.2.x/diagnostics/index.html b/docs/docs/getting-started/v0.2.x/diagnostics/index.html
index 81ec6193..17836346 100644
--- a/docs/docs/getting-started/v0.2.x/diagnostics/index.html
+++ b/docs/docs/getting-started/v0.2.x/diagnostics/index.html
@@ -201,7 +201,7 @@
- Customization with Groovy Scripts and CasC
+ Customizing Jenkins
diff --git a/docs/docs/getting-started/v0.2.x/index.html b/docs/docs/getting-started/v0.2.x/index.html
index e5afa173..69989402 100644
--- a/docs/docs/getting-started/v0.2.x/index.html
+++ b/docs/docs/getting-started/v0.2.x/index.html
@@ -194,7 +194,7 @@
- Customization with Groovy Scripts and CasC
+ Customizing Jenkins
diff --git a/docs/docs/getting-started/v0.2.x/migration/index.html b/docs/docs/getting-started/v0.2.x/migration/index.html
index b4e8ba31..8218aed9 100644
--- a/docs/docs/getting-started/v0.2.x/migration/index.html
+++ b/docs/docs/getting-started/v0.2.x/migration/index.html
@@ -201,7 +201,7 @@
- Customization with Groovy Scripts and CasC
+ Customizing Jenkins
diff --git a/docs/docs/getting-started/v0.2.x/schema/index.html b/docs/docs/getting-started/v0.2.x/schema/index.html
index 12385d5d..726ff5ea 100644
--- a/docs/docs/getting-started/v0.2.x/schema/index.html
+++ b/docs/docs/getting-started/v0.2.x/schema/index.html
@@ -201,7 +201,7 @@
- Customization with Groovy Scripts and CasC
+ Customizing Jenkins
diff --git a/docs/docs/getting-started/v0.3.x/aks/index.html b/docs/docs/getting-started/v0.3.x/aks/index.html
index b69ad84f..c4bdc55c 100644
--- a/docs/docs/getting-started/v0.3.x/aks/index.html
+++ b/docs/docs/getting-started/v0.3.x/aks/index.html
@@ -201,7 +201,7 @@
- Customization with Groovy Scripts and CasC
+ Customizing Jenkins
diff --git a/docs/docs/getting-started/v0.3.x/configuration/index.html b/docs/docs/getting-started/v0.3.x/configuration/index.html
index f9279fd4..fea849a3 100644
--- a/docs/docs/getting-started/v0.3.x/configuration/index.html
+++ b/docs/docs/getting-started/v0.3.x/configuration/index.html
@@ -201,7 +201,7 @@
- Customization with Groovy Scripts and CasC
+ Customizing Jenkins
diff --git a/docs/docs/getting-started/v0.3.x/configure-backup-and-restore/index.html b/docs/docs/getting-started/v0.3.x/configure-backup-and-restore/index.html
index 18d90798..2012db27 100644
--- a/docs/docs/getting-started/v0.3.x/configure-backup-and-restore/index.html
+++ b/docs/docs/getting-started/v0.3.x/configure-backup-and-restore/index.html
@@ -201,7 +201,7 @@
- Customization with Groovy Scripts and CasC
+ Customizing Jenkins
diff --git a/docs/docs/getting-started/v0.3.x/custom-backup-and-restore/index.html b/docs/docs/getting-started/v0.3.x/custom-backup-and-restore/index.html
index 4003ea02..32662237 100644
--- a/docs/docs/getting-started/v0.3.x/custom-backup-and-restore/index.html
+++ b/docs/docs/getting-started/v0.3.x/custom-backup-and-restore/index.html
@@ -201,7 +201,7 @@
- Customization with Groovy Scripts and CasC
+ Customizing Jenkins
diff --git a/docs/docs/getting-started/v0.3.x/customization/index.html b/docs/docs/getting-started/v0.3.x/customization/index.html
index 3d8c410e..0786fe84 100644
--- a/docs/docs/getting-started/v0.3.x/customization/index.html
+++ b/docs/docs/getting-started/v0.3.x/customization/index.html
@@ -201,7 +201,7 @@
- Customization with Groovy Scripts and CasC
+ Customizing Jenkins
diff --git a/docs/docs/getting-started/v0.3.x/deploy-jenkins/index.html b/docs/docs/getting-started/v0.3.x/deploy-jenkins/index.html
index 858cca5c..30285b35 100644
--- a/docs/docs/getting-started/v0.3.x/deploy-jenkins/index.html
+++ b/docs/docs/getting-started/v0.3.x/deploy-jenkins/index.html
@@ -201,7 +201,7 @@
- Customization with Groovy Scripts and CasC
+ Customizing Jenkins
diff --git a/docs/docs/getting-started/v0.3.x/diagnostics/index.html b/docs/docs/getting-started/v0.3.x/diagnostics/index.html
index df345280..a72c7fe9 100644
--- a/docs/docs/getting-started/v0.3.x/diagnostics/index.html
+++ b/docs/docs/getting-started/v0.3.x/diagnostics/index.html
@@ -201,7 +201,7 @@
- Customization with Groovy Scripts and CasC
+ Customizing Jenkins
diff --git a/docs/docs/getting-started/v0.3.x/index.html b/docs/docs/getting-started/v0.3.x/index.html
index b7e7da7a..c252756e 100644
--- a/docs/docs/getting-started/v0.3.x/index.html
+++ b/docs/docs/getting-started/v0.3.x/index.html
@@ -194,7 +194,7 @@
- Customization with Groovy Scripts and CasC
+ Customizing Jenkins
diff --git a/docs/docs/getting-started/v0.3.x/migration/index.html b/docs/docs/getting-started/v0.3.x/migration/index.html
index c63fa794..a73a21ef 100644
--- a/docs/docs/getting-started/v0.3.x/migration/index.html
+++ b/docs/docs/getting-started/v0.3.x/migration/index.html
@@ -201,7 +201,7 @@
- Customization with Groovy Scripts and CasC
+ Customizing Jenkins
diff --git a/docs/docs/getting-started/v0.3.x/notifications/index.html b/docs/docs/getting-started/v0.3.x/notifications/index.html
index 1f04625e..fade65a8 100644
--- a/docs/docs/getting-started/v0.3.x/notifications/index.html
+++ b/docs/docs/getting-started/v0.3.x/notifications/index.html
@@ -201,7 +201,7 @@
- Customization with Groovy Scripts and CasC
+ Customizing Jenkins
diff --git a/docs/docs/getting-started/v0.3.x/schema/index.html b/docs/docs/getting-started/v0.3.x/schema/index.html
index a91e9afc..096fc2f2 100644
--- a/docs/docs/getting-started/v0.3.x/schema/index.html
+++ b/docs/docs/getting-started/v0.3.x/schema/index.html
@@ -201,7 +201,7 @@
- Customization with Groovy Scripts and CasC
+ Customizing Jenkins
diff --git a/docs/docs/getting-started/v0.4.x/aks/index.html b/docs/docs/getting-started/v0.4.x/aks/index.html
index 2694c4e7..94a400c4 100644
--- a/docs/docs/getting-started/v0.4.x/aks/index.html
+++ b/docs/docs/getting-started/v0.4.x/aks/index.html
@@ -201,7 +201,7 @@
- Customization with Groovy Scripts and CasC
+ Customizing Jenkins
diff --git a/docs/docs/getting-started/v0.4.x/configuration/index.html b/docs/docs/getting-started/v0.4.x/configuration/index.html
index ac0ee550..ff89ab1b 100644
--- a/docs/docs/getting-started/v0.4.x/configuration/index.html
+++ b/docs/docs/getting-started/v0.4.x/configuration/index.html
@@ -201,7 +201,7 @@
- Customization with Groovy Scripts and CasC
+ Customizing Jenkins
diff --git a/docs/docs/getting-started/v0.4.x/configure-backup-and-restore/index.html b/docs/docs/getting-started/v0.4.x/configure-backup-and-restore/index.html
index 94bbdff2..850b1381 100644
--- a/docs/docs/getting-started/v0.4.x/configure-backup-and-restore/index.html
+++ b/docs/docs/getting-started/v0.4.x/configure-backup-and-restore/index.html
@@ -201,7 +201,7 @@
- Customization with Groovy Scripts and CasC
+ Customizing Jenkins
diff --git a/docs/docs/getting-started/v0.4.x/custom-backup-and-restore/index.html b/docs/docs/getting-started/v0.4.x/custom-backup-and-restore/index.html
index 401d24e5..cad57394 100644
--- a/docs/docs/getting-started/v0.4.x/custom-backup-and-restore/index.html
+++ b/docs/docs/getting-started/v0.4.x/custom-backup-and-restore/index.html
@@ -201,7 +201,7 @@
- Customization with Groovy Scripts and CasC
+ Customizing Jenkins
diff --git a/docs/docs/getting-started/v0.4.x/customization/index.html b/docs/docs/getting-started/v0.4.x/customization/index.html
index 7a61c189..8e0ee0cf 100644
--- a/docs/docs/getting-started/v0.4.x/customization/index.html
+++ b/docs/docs/getting-started/v0.4.x/customization/index.html
@@ -201,7 +201,7 @@
- Customization with Groovy Scripts and CasC
+ Customizing Jenkins
diff --git a/docs/docs/getting-started/v0.4.x/deploy-jenkins/index.html b/docs/docs/getting-started/v0.4.x/deploy-jenkins/index.html
index bada4c85..c31679f2 100644
--- a/docs/docs/getting-started/v0.4.x/deploy-jenkins/index.html
+++ b/docs/docs/getting-started/v0.4.x/deploy-jenkins/index.html
@@ -201,7 +201,7 @@
- Customization with Groovy Scripts and CasC
+ Customizing Jenkins
diff --git a/docs/docs/getting-started/v0.4.x/diagnostics/index.html b/docs/docs/getting-started/v0.4.x/diagnostics/index.html
index ddceb483..67eaa6df 100644
--- a/docs/docs/getting-started/v0.4.x/diagnostics/index.html
+++ b/docs/docs/getting-started/v0.4.x/diagnostics/index.html
@@ -201,7 +201,7 @@
- Customization with Groovy Scripts and CasC
+ Customizing Jenkins
diff --git a/docs/docs/getting-started/v0.4.x/index.html b/docs/docs/getting-started/v0.4.x/index.html
index b656bc9b..5df9988e 100644
--- a/docs/docs/getting-started/v0.4.x/index.html
+++ b/docs/docs/getting-started/v0.4.x/index.html
@@ -194,7 +194,7 @@
- Customization with Groovy Scripts and CasC
+ Customizing Jenkins
diff --git a/docs/docs/getting-started/v0.4.x/notifications/index.html b/docs/docs/getting-started/v0.4.x/notifications/index.html
index 1928a3f1..552c5746 100644
--- a/docs/docs/getting-started/v0.4.x/notifications/index.html
+++ b/docs/docs/getting-started/v0.4.x/notifications/index.html
@@ -201,7 +201,7 @@
- Customization with Groovy Scripts and CasC
+ Customizing Jenkins
diff --git a/docs/docs/getting-started/v0.4.x/openshift/index.html b/docs/docs/getting-started/v0.4.x/openshift/index.html
index 0ed8c805..0d209bb2 100644
--- a/docs/docs/getting-started/v0.4.x/openshift/index.html
+++ b/docs/docs/getting-started/v0.4.x/openshift/index.html
@@ -201,7 +201,7 @@
- Customization with Groovy Scripts and CasC
+ Customizing Jenkins
diff --git a/docs/docs/getting-started/v0.4.x/schema/index.html b/docs/docs/getting-started/v0.4.x/schema/index.html
index 04da6165..7ef0aa24 100644
--- a/docs/docs/getting-started/v0.4.x/schema/index.html
+++ b/docs/docs/getting-started/v0.4.x/schema/index.html
@@ -201,7 +201,7 @@
- Customization with Groovy Scripts and CasC
+ Customizing Jenkins
diff --git a/docs/docs/getting-started/v0.5.x/aks/index.html b/docs/docs/getting-started/v0.5.x/aks/index.html
index 0f23bbd0..19cb8ae1 100644
--- a/docs/docs/getting-started/v0.5.x/aks/index.html
+++ b/docs/docs/getting-started/v0.5.x/aks/index.html
@@ -201,7 +201,7 @@
- Customization with Groovy Scripts and CasC
+ Customizing Jenkins
diff --git a/docs/docs/getting-started/v0.5.x/configuration/index.html b/docs/docs/getting-started/v0.5.x/configuration/index.html
index 483985fb..01d346cd 100644
--- a/docs/docs/getting-started/v0.5.x/configuration/index.html
+++ b/docs/docs/getting-started/v0.5.x/configuration/index.html
@@ -201,7 +201,7 @@
- Customization with Groovy Scripts and CasC
+ Customizing Jenkins
diff --git a/docs/docs/getting-started/v0.5.x/configure-backup-and-restore/index.html b/docs/docs/getting-started/v0.5.x/configure-backup-and-restore/index.html
index 563b58e0..272e21e2 100644
--- a/docs/docs/getting-started/v0.5.x/configure-backup-and-restore/index.html
+++ b/docs/docs/getting-started/v0.5.x/configure-backup-and-restore/index.html
@@ -201,7 +201,7 @@
- Customization with Groovy Scripts and CasC
+ Customizing Jenkins
diff --git a/docs/docs/getting-started/v0.5.x/custom-backup-and-restore/index.html b/docs/docs/getting-started/v0.5.x/custom-backup-and-restore/index.html
index f6f33a97..43839d9e 100644
--- a/docs/docs/getting-started/v0.5.x/custom-backup-and-restore/index.html
+++ b/docs/docs/getting-started/v0.5.x/custom-backup-and-restore/index.html
@@ -201,7 +201,7 @@
- Customization with Groovy Scripts and CasC
+ Customizing Jenkins
diff --git a/docs/docs/getting-started/v0.5.x/customization/index.html b/docs/docs/getting-started/v0.5.x/customization/index.html
index dbd7bd61..ca0671ff 100644
--- a/docs/docs/getting-started/v0.5.x/customization/index.html
+++ b/docs/docs/getting-started/v0.5.x/customization/index.html
@@ -201,7 +201,7 @@
- Customization with Groovy Scripts and CasC
+ Customizing Jenkins
diff --git a/docs/docs/getting-started/v0.5.x/deploy-jenkins/index.html b/docs/docs/getting-started/v0.5.x/deploy-jenkins/index.html
index 71a1b18f..a5cff0db 100644
--- a/docs/docs/getting-started/v0.5.x/deploy-jenkins/index.html
+++ b/docs/docs/getting-started/v0.5.x/deploy-jenkins/index.html
@@ -201,7 +201,7 @@
- Customization with Groovy Scripts and CasC
+ Customizing Jenkins
diff --git a/docs/docs/getting-started/v0.5.x/diagnostics/index.html b/docs/docs/getting-started/v0.5.x/diagnostics/index.html
index f0d9979f..75d944a4 100644
--- a/docs/docs/getting-started/v0.5.x/diagnostics/index.html
+++ b/docs/docs/getting-started/v0.5.x/diagnostics/index.html
@@ -201,7 +201,7 @@
- Customization with Groovy Scripts and CasC
+ Customizing Jenkins
diff --git a/docs/docs/getting-started/v0.5.x/index.html b/docs/docs/getting-started/v0.5.x/index.html
index 1bfb54d9..a5377f8e 100644
--- a/docs/docs/getting-started/v0.5.x/index.html
+++ b/docs/docs/getting-started/v0.5.x/index.html
@@ -194,7 +194,7 @@
- Customization with Groovy Scripts and CasC
+ Customizing Jenkins
diff --git a/docs/docs/getting-started/v0.5.x/notifications/index.html b/docs/docs/getting-started/v0.5.x/notifications/index.html
index e7d2207a..ca81e65a 100644
--- a/docs/docs/getting-started/v0.5.x/notifications/index.html
+++ b/docs/docs/getting-started/v0.5.x/notifications/index.html
@@ -201,7 +201,7 @@
- Customization with Groovy Scripts and CasC
+ Customizing Jenkins
diff --git a/docs/docs/getting-started/v0.5.x/openshift/index.html b/docs/docs/getting-started/v0.5.x/openshift/index.html
index ea94fc0a..f7dc5aa9 100644
--- a/docs/docs/getting-started/v0.5.x/openshift/index.html
+++ b/docs/docs/getting-started/v0.5.x/openshift/index.html
@@ -201,7 +201,7 @@
- Customization with Groovy Scripts and CasC
+ Customizing Jenkins
diff --git a/docs/docs/getting-started/v0.5.x/schema/index.html b/docs/docs/getting-started/v0.5.x/schema/index.html
index b18b3e8f..fb73700b 100644
--- a/docs/docs/getting-started/v0.5.x/schema/index.html
+++ b/docs/docs/getting-started/v0.5.x/schema/index.html
@@ -201,7 +201,7 @@
- Customization with Groovy Scripts and CasC
+ Customizing Jenkins
diff --git a/docs/docs/how-it-works/architecture-and-design/index.html b/docs/docs/how-it-works/architecture-and-design/index.html
index ae05dabf..3ca736a4 100644
--- a/docs/docs/how-it-works/architecture-and-design/index.html
+++ b/docs/docs/how-it-works/architecture-and-design/index.html
@@ -201,7 +201,7 @@
- Customization with Groovy Scripts and CasC
+ Customizing Jenkins
diff --git a/docs/docs/how-it-works/index.html b/docs/docs/how-it-works/index.html
index 00b93bdd..9ddd8e4a 100644
--- a/docs/docs/how-it-works/index.html
+++ b/docs/docs/how-it-works/index.html
@@ -194,7 +194,7 @@
- Customization with Groovy Scripts and CasC
+ Customizing Jenkins
diff --git a/docs/docs/how-it-works/jenkins-docker-images/index.html b/docs/docs/how-it-works/jenkins-docker-images/index.html
index e7159cc3..6d174250 100644
--- a/docs/docs/how-it-works/jenkins-docker-images/index.html
+++ b/docs/docs/how-it-works/jenkins-docker-images/index.html
@@ -201,7 +201,7 @@
- Customization with Groovy Scripts and CasC
+ Customizing Jenkins
diff --git a/docs/docs/index.html b/docs/docs/index.html
index 3e30e4c2..0eb563fd 100644
--- a/docs/docs/index.html
+++ b/docs/docs/index.html
@@ -191,7 +191,7 @@
- Customization with Groovy Scripts and CasC
+ Customizing Jenkins
@@ -795,6 +795,8 @@
+
+
How it works
@@ -820,8 +822,6 @@
-
-
diff --git a/docs/docs/index.xml b/docs/docs/index.xml
index 9b5dfcc4..4c57cb35 100644
--- a/docs/docs/index.xml
+++ b/docs/docs/index.xml
@@ -22,7 +22,7 @@
-
Docs: Installing the Operator
https://jenkinsci.github.io/kubernetes-operator/docs/getting-started/latest/installing-the-operator/
- Thu, 19 Aug 2021 00:00:00 +0000
+ Fri, 20 Aug 2021 00:00:00 +0000
https://jenkinsci.github.io/kubernetes-operator/docs/getting-started/latest/installing-the-operator/
@@ -59,7 +59,7 @@ All container images can be found at <a href="https://hub.docker.com/r/vi
<p>Watch <strong>Jenkins Operator</strong> instance being created:</p>
<div class="highlight"><pre style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4"><code class="language-bash" data-lang="bash">kubectl get pods -w</code></pre></div>
<p>Now <strong>Jenkins Operator</strong> should be up and running in the <code>default</code> namespace.
-For deploying Jenkins, refer to <a href="https://jenkinsci.github.io/kubernetes-operator/kubernetes-operator/docs/getting-started/latest/deploy-jenkins/">Deploy Jenkins section</a>.</p>
+For deploying Jenkins, refer to <a href="https://jenkinsci.github.io/kubernetes-operator/kubernetes-operator/docs/getting-started/latest/deploying-jenkins/">Deploy Jenkins section</a>.</p>
<h2 id="deploy-jenkins-operator-using-helm-chart">Deploy Jenkins Operator using Helm Chart</h2>
@@ -301,8 +301,8 @@ plugins:
</td>
<td>
Placeholder for jenkins seed jobs
-For seed job creation tutorial, check:<br /> <a href="https://jenkinsci.github.io/kubernetes-operator/docs/getting-started/latest/configuration/#prepare-job-definitions-and-pipelines">Prepare seed jobs</a>
-<br /><a href="https://jenkinsci.github.io/kubernetes-operator/docs/getting-started/latest/configuration/#configure-seed-jobs">Configure seed jobs</a>
+For seed job creation tutorial, check:<br /> <a href="https://jenkinsci.github.io/kubernetes-operator/docs/getting-started/latest/configuring-seed-jobs-and-pipelines/#prepare-job-definitions-and-pipelines">Prepare seed jobs</a>
+<br /><a href="https://jenkinsci.github.io/kubernetes-operator/docs/getting-started/latest/configuring-seed-jobs-and-pipelines/#configure-seed-jobs">Configure seed jobs</a>
<br />Example:
<code>
<pre>
@@ -447,8 +447,8 @@ Backup
<td>
Backup is section for configuring operator's backup feature
By default backup feature is enabled and pre-configured
-This section simplifies the configuration described here: <a href="https://jenkinsci.github.io/kubernetes-operator/docs/getting-started/latest/configure-backup-and-restore/">Configure backup and restore</a>
-For customization tips see <a href="https://jenkinsci.github.io/kubernetes-operator/docs/getting-started/latest/custom-backup-and-restore/">Custom backup and restore</a>
+This section simplifies the configuration described here: <a href="https://jenkinsci.github.io/kubernetes-operator/docs/getting-started/latest/configuring-backup-and-restore/">Configuring backup and restore</a>
+For customization tips see <a href="https://jenkinsci.github.io/kubernetes-operator/docs/getting-started/latest/custom-backup-and-restore">Custom backup and restore</a>
</td>
</tr>
<tr>
@@ -465,7 +465,7 @@ Configuration
<td></td>
<td>
Section where we can configure Jenkins instance.
-See <a href="https://jenkinsci.github.io/kubernetes-operator/docs/getting-started/latest/customization/">Customization</a> for details
+See <a href="https://jenkinsci.github.io/kubernetes-operator/docs/getting-started/latest/customizing-jenkins/">Customizing Jenkins</a> for details
</td>
</tr>
</table>
@@ -2754,11 +2754,11 @@ stringData:
-
-
Docs: Customization with Groovy Scripts and CasC
- https://jenkinsci.github.io/kubernetes-operator/docs/getting-started/latest/customization-with-groovy-scripts-and-casc/
- Thu, 19 Aug 2021 00:00:00 +0000
+ Docs: Customizing Jenkins
+ https://jenkinsci.github.io/kubernetes-operator/docs/getting-started/latest/customizing-jenkins/
+ Fri, 20 Aug 2021 00:00:00 +0000
- https://jenkinsci.github.io/kubernetes-operator/docs/getting-started/latest/customization-with-groovy-scripts-and-casc/
+ https://jenkinsci.github.io/kubernetes-operator/docs/getting-started/latest/customizing-jenkins/
@@ -4381,7 +4381,7 @@ For example you will send notifications to Slack and Teams.</p>
-
Docs: Security
https://jenkinsci.github.io/kubernetes-operator/docs/getting-started/latest/security/
- Thu, 19 Aug 2021 00:00:00 +0000
+ Fri, 20 Aug 2021 00:00:00 +0000
https://jenkinsci.github.io/kubernetes-operator/docs/getting-started/latest/security/
@@ -4396,7 +4396,7 @@ via groovy scripts to prevent any security gaps.</p>
<p>Currently <strong>Jenkins Operator</strong> generates a username and random password and stores them in a Kubernetes Secret.
However any other authorization mechanisms are possible and can be done via groovy scripts or configuration as code plugin.
-For more information take a look at <a href="https://jenkinsci.github.io/kubernetes-operator/kubernetes-operator/docs/getting-started/latest/customization/">getting-started#jenkins-customization</a>.</p>
+For more information take a look at <a href="https://jenkinsci.github.io/kubernetes-operator/kubernetes-operator/docs/getting-started/latest/customizing-jenkins/">getting-started#jenkins-customization</a>.</p>
<p>Any change to Security Realm or Authorization requires that user called <code>jenkins-operator</code> must have admin rights
because <strong>Jenkins Operator</strong> calls Jenkins API.</p>
@@ -4427,8 +4427,8 @@ and stores it in a Kubernetes Secret.</p>
<p>Kubernetes API permissions are limited by the following roles:</p>
<ul>
-<li><a href="kubernetes-operator/blob/v0.6.0/deploy/all-in-one-v1alpha2.yaml">jenkins-operator role</a><br /></li>
-<li><a href="kubernetes-operator/blob/v0.6.0/pkg/configuration/base/resources/rbac.go">Jenkins Master role</a></li>
+<li><a href="https://github.com/jenkinsci/kubernetes-operator/blob/v0.6.0/deploy/all-in-one-v1alpha2.yaml">jenkins-operator role</a><br /></li>
+<li><a href="https://github.com/jenkinsci/kubernetes-operator/blob/v0.6.0/pkg/configuration/base/resources/rbac.go">Jenkins Master role</a></li>
</ul>
<p>Since <strong>Jenkins Operator</strong> must be able to grant permission for its deployed Jenkins masters
@@ -6716,7 +6716,7 @@ and add explicit references to the existing <code>ConfigMap</code> a
-
Docs: Schema
https://jenkinsci.github.io/kubernetes-operator/docs/getting-started/latest/schema/
- Thu, 19 Aug 2021 00:00:00 +0000
+ Fri, 20 Aug 2021 00:00:00 +0000
https://jenkinsci.github.io/kubernetes-operator/docs/getting-started/latest/schema/
@@ -6828,7 +6828,7 @@ Every single change here requires a pod restart.</p>
<td>
<em>(Optional)</em>
<p>SeedJobs defines list of Jenkins Seed Job configurations
-More info: <a href="https://jenkinsci.github.io/kubernetes-operator/docs/getting-started/latest/configuration#configure-seed-jobs-and-pipelines">https://jenkinsci.github.io/kubernetes-operator/docs/getting-started/latest/configuration#configure-seed-jobs-and-pipelines</a></p>
+More info: <a href="https://jenkinsci.github.io/kubernetes-operator/docs/getting-started/latest/configuring-seed-jobs-and-pipelines#configure-seed-jobs-and-pipelines">https://jenkinsci.github.io/kubernetes-operator/docs/getting-started/latest/configuration#configure-seed-jobs-and-pipelines</a></p>
</td>
</tr>
<tr>
diff --git a/docs/docs/troubleshooting/index.html b/docs/docs/troubleshooting/index.html
index 01d360c4..3ced57bd 100644
--- a/docs/docs/troubleshooting/index.html
+++ b/docs/docs/troubleshooting/index.html
@@ -194,7 +194,7 @@
- Customization with Groovy Scripts and CasC
+ Customizing Jenkins
diff --git a/docs/index.html b/docs/index.html
index e0880186..f015dcd7 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -25,7 +25,7 @@
-
+
diff --git a/docs/index.xml b/docs/index.xml
index 9501c8b5..d642f763 100644
--- a/docs/index.xml
+++ b/docs/index.xml
@@ -4,7 +4,7 @@
https://jenkinsci.github.io/kubernetes-operator/
Recent Hugo news from gohugo.io
Hugo -- gohugo.io
- Thu, 19 Aug 2021 00:00:00 +0000
+ Fri, 20 Aug 2021 00:00:00 +0000
https://jenkinsci.github.io/kubernetes-operator/img/hugo.png
GoHugo.io
diff --git a/docs/sitemap.xml b/docs/sitemap.xml
index b2297812..65d0a04d 100644
--- a/docs/sitemap.xml
+++ b/docs/sitemap.xml
@@ -3,12 +3,12 @@
xmlns:xhtml="http://www.w3.org/1999/xhtml">
- https://jenkinsci.github.io/kubernetes-operator/docs/how-it-works/
- 2021-08-19T00:00:00+00:00
+ https://jenkinsci.github.io/kubernetes-operator/docs/getting-started/latest/installing-the-operator/
+ 2021-08-20T00:00:00+00:00
- https://jenkinsci.github.io/kubernetes-operator/docs/getting-started/latest/installing-the-operator/
+ https://jenkinsci.github.io/kubernetes-operator/docs/how-it-works/
2021-08-19T00:00:00+00:00
@@ -88,8 +88,8 @@
- https://jenkinsci.github.io/kubernetes-operator/docs/getting-started/latest/customization-with-groovy-scripts-and-casc/
- 2021-08-19T00:00:00+00:00
+ https://jenkinsci.github.io/kubernetes-operator/docs/getting-started/latest/customizing-jenkins/
+ 2021-08-20T00:00:00+00:00
@@ -174,7 +174,7 @@
https://jenkinsci.github.io/kubernetes-operator/docs/getting-started/latest/security/
- 2021-08-19T00:00:00+00:00
+ 2021-08-20T00:00:00+00:00
@@ -289,7 +289,7 @@
https://jenkinsci.github.io/kubernetes-operator/docs/getting-started/latest/schema/
- 2021-08-19T00:00:00+00:00
+ 2021-08-20T00:00:00+00:00
@@ -379,7 +379,7 @@
https://jenkinsci.github.io/kubernetes-operator/
- 2021-08-19T00:00:00+00:00
+ 2021-08-20T00:00:00+00:00
diff --git a/website/content/en/docs/Getting Started/latest/customizing-jenkins.md b/website/content/en/docs/Getting Started/latest/customizing-jenkins.md
index 994baa6b..7a6992b6 100644
--- a/website/content/en/docs/Getting Started/latest/customizing-jenkins.md
+++ b/website/content/en/docs/Getting Started/latest/customizing-jenkins.md
@@ -2,7 +2,7 @@
title: "Customizing Jenkins"
linkTitle: "Customizing Jenkins"
weight: 3
-date: 2021-08-19
+date: 2021-08-20
description: >
How to customize Jenkins
---
diff --git a/website/content/en/docs/Getting Started/latest/installing-the-operator.md b/website/content/en/docs/Getting Started/latest/installing-the-operator.md
index 6a556485..5d05da3a 100644
--- a/website/content/en/docs/Getting Started/latest/installing-the-operator.md
+++ b/website/content/en/docs/Getting Started/latest/installing-the-operator.md
@@ -2,7 +2,7 @@
title: "Installing the Operator"
linkTitle: "Installing the Operator"
weight: 1
-date: 2021-08-19
+date: 2021-08-20
description: >
How to install Jenkins Operator
---
diff --git a/website/content/en/docs/Getting Started/latest/schema.md b/website/content/en/docs/Getting Started/latest/schema.md
index d94806c9..35ba526f 100644
--- a/website/content/en/docs/Getting Started/latest/schema.md
+++ b/website/content/en/docs/Getting Started/latest/schema.md
@@ -2,7 +2,7 @@
title: "Schema"
linkTitle: "Schema"
weight: 11
-date: 2021-08-19
+date: 2021-08-20
description: >
API Schema definitions for Jenkins CRD
---
diff --git a/website/content/en/docs/Getting Started/latest/security.md b/website/content/en/docs/Getting Started/latest/security.md
index 19a599f3..26338b76 100644
--- a/website/content/en/docs/Getting Started/latest/security.md
+++ b/website/content/en/docs/Getting Started/latest/security.md
@@ -2,7 +2,7 @@
title: "Security"
linkTitle: "Security"
weight: 8
-date: 2021-08-19
+date: 2021-08-20
description: >
Jenkins security and hardening out of the box
---
diff --git a/website/package-lock.json b/website/package-lock.json
index 4f209651..18772fa7 100644
--- a/website/package-lock.json
+++ b/website/package-lock.json
@@ -568,9 +568,9 @@
}
},
"electron-to-chromium": {
- "version": "1.3.812",
- "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.812.tgz",
- "integrity": "sha512-7KiUHsKAWtSrjVoTSzxQ0nPLr/a+qoxNZwkwd9LkylTOgOXSVXkQbpIVT0WAUQcI5gXq3SwOTCrK+WfINHOXQg==",
+ "version": "1.3.813",
+ "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.813.tgz",
+ "integrity": "sha512-YcSRImHt6JZZ2sSuQ4Bzajtk98igQ0iKkksqlzZLzbh4p0OIyJRSvUbsgqfcR8txdfsoYCc4ym306t4p2kP/aw==",
"dev": true
},
"end-of-stream": {