Commit Graph

31 Commits

Author SHA1 Message Date
github-actions[bot] c39eaa95b7
Auto-updated docs (#790)
Co-authored-by: prryb <prryb@users.noreply.github.com>
2023-01-19 14:22:39 +01:00
github-actions[bot] 7a72939de8
Auto-updated docs (#789)
Co-authored-by: prryb <prryb@users.noreply.github.com>
2023-01-16 07:32:41 +01:00
Luigi Operoso 60b8ee56de
fix(operator): Attempt to fix all the major issues present atm against the newest jenkins lts version (#784)
* fix(seed): fix #742, workaround #698
Original fix proposal: https://github.com/jenkinsci/kubernetes-operator/issues/742#issuecomment-1304398590

* fix(install-plugin.sh): fix #758, #739
* the fix was original attempted here:
  https://github.com/jenkinsci/kubernetes-operator/pull/764 but was not
  working correctly due to 2-3 additional changes which needed to be
  done
* removed the openshift check because the env is not mention anywhere
  and also the new jenkins-plugin-cli does not a specific command for
  openshift. Finally this does not make any sense in general, the only
  problem in ocp will be the user id that will be mapped to a random uid
  but that's another story. The command to install the plugins should
  remain the same across different k8s flavours.

* fix(doc/test): fix /usr/bin/tini in any doc and validation

* fix(jenkins): remove AdminWhitelistRule to avoid jvm stack trace, see: https://www.jenkins.io/doc/book/security/controller-isolation/jep-235/#api-compatibility

* fix(seed): fix seed img built on a previous jvm, fix #761

* fix(plugin): update the base plugin to work with the newest version of
jenkins:lts

* fix(run): fix #778

* fix(backup): add a trap to remove the tmp dir if the tar fail, also fix: #770

* test(chart): update chart values for testing, will revert before merge

* fix(configmap): leftover

* fix(tests): fix seed job test

* fix(e2e)

* fix(e2e): helm

* fix(operator): update the temporary img to reflect latests changes

* Fix Helm e2e tests

* add trap in case of unwanted exit and make shellcheck happy

* chore(plugin): update git ver to 5.0.0

* fix(backup): always force delete the backup directory

* chore(operator): update the temporary img to reflect latest changes

* chore(jenkins): upgrade jenkins latest lts
2023-01-12 17:29:30 +01:00
github-actions[bot] 75826d5367
Auto-updated docs (#671)
Co-authored-by: KorusMateusz <KorusMateusz@users.noreply.github.com>
2021-10-20 14:09:17 +02:00
Kalmalyzer 7092beabdc
Added config + instructions for testing on Docker Desktop (#668) 2021-10-20 14:03:26 +02:00
github-actions[bot] 14b0018a7f
Auto-updated docs (#663)
Co-authored-by: Sig00rd <Sig00rd@users.noreply.github.com>
2021-10-06 16:06:10 +02:00
Szymon Fugas 273eab0a69
Docs: General fixes and improvements (#662)
* Restore security docs (non-versioned), fix troubleshooting section

* Fix links in security page, add prerequisites to deploying jenkins

* Minor fixes in troubleshooting section

* Fix order of main sections

* Remove tools guide from developer guide

* Fix order of Getting Started guide parts
2021-10-06 16:02:29 +02:00
github-actions[bot] 266c2aa50d
Auto-updated docs (#660)
Co-authored-by: Sig00rd <Sig00rd@users.noreply.github.com>
2021-10-01 13:53:57 +02:00
github-actions[bot] 768d1ac617
Auto-updated docs (#655)
Co-authored-by: SylwiaBrant <SylwiaBrant@users.noreply.github.com>
2021-10-01 10:44:14 +02:00
sharmapulkit04 78d33977a7 Fixed docs and Makefile 2021-08-31 18:55:46 +05:30
sharmapulkit04 55c3e88037 Merge branch 'master' of github.com:jenkinsci/kubernetes-operator into security-validator-docs 2021-08-27 02:58:20 +05:30
sharmapulkit04 d4917b46dd Completed Documentation 2021-08-27 02:57:32 +05:30
sharmapulkit04 586515b212 Updated Documentation 2021-08-23 18:57:26 +05:30
Sig00rd a1d98a73e7
Regenerate docs (#638)
* Update last modified dates

* Regenerate docs
2021-08-19 18:09:37 +02:00
Sig00rd 03cfa758f5
Docs: information architecture and security guide update (#634)
* Add FAQ section

* Add Troubleshooting section

* Use Jenkins Operator as project name instead of jenkins-operator

* Move installation and security pages to section on version they are for

* Fix order of versions in getting started in section menu

* Configure side bar menu to be compact

* Rename getting started subpages

* Update Security docs for 0.6 (#611)

* Fix ordering of main sections in docs section menu

* Add more descriptive names for customization and configuration sections

* Update Getting Started index to link to latest version installation
2021-08-19 17:14:34 +02:00
Szymon Fugas dfd25e822c
Docs: minor fixes (#608)
* Link to project's DockerHub in README's section on nightly builds, add paragraph about nightly builds in installation docs

* Fix repositoryURL in sample seedJob configuration with SSH auth

* Slightly expand on #348

* Fix formatting in docs on Jenkins' customization, update plugin versions

* Add notes on Jenkins home Volume in Helm chart values.yaml and docs (#589)
2021-08-02 15:52:10 +02:00
Szymon Fugas eb256fec76
Update Minikube and Kubernetes versions in Minikube env config (#582)
* Update minikube and kubernetes version in minikube env config

* Update minikube version in docs' developer's guide
2021-06-16 14:01:25 +02:00
Mateusz Korus cd3dbeb0a5 Update website - 0.6.0 release 2021-06-10 10:39:12 +02:00
Sylwia Brant ce081bfd28 Add preview docs and Github Actions e2e test workflow 2021-02-10 16:59:26 +01:00
Sylwia Brant 21f5444371 Updated links and versions of plugins.
Added Operator's restart commands to developer guide installation.
2020-10-01 15:39:40 +02:00
Mikolaj Karebski 5e6c031f03 #348 Fix code review issues 2020-04-27 12:50:32 +02:00
Mikolaj Karebski 4563b1851f #348 Add few documentation changes 2020-04-27 12:31:21 +02:00
Tomasz Sęk f9dd297710
Fix Developer Guide 2020-04-13 13:09:39 +02:00
Tomasz Sęk e18485788d
Merge branch 'openshift'
# Conflicts:
#	docs/docs/developer-guide/index.html
#	docs/docs/developer-guide/tools/index.html
#	docs/docs/getting-started/index.html
#	docs/docs/getting-started/latest/aks/index.html
#	docs/docs/getting-started/latest/configuration/index.html
#	docs/docs/getting-started/latest/configure-backup-and-restore/index.html
#	docs/docs/getting-started/latest/custom-backup-and-restore/index.html
#	docs/docs/getting-started/latest/customization/index.html
#	docs/docs/getting-started/latest/deploy-jenkins/index.html
#	docs/docs/getting-started/latest/diagnostics/index.html
#	docs/docs/getting-started/latest/index.html
#	docs/docs/getting-started/latest/schema/index.html
#	docs/docs/getting-started/v0.1.x/aks/index.html
#	docs/docs/getting-started/v0.1.x/configuration/index.html
#	docs/docs/getting-started/v0.1.x/configure-backup-and-restore/index.html
#	docs/docs/getting-started/v0.1.x/customization/index.html
#	docs/docs/getting-started/v0.1.x/deploy-jenkins/index.html
#	docs/docs/getting-started/v0.1.x/diagnostics/index.html
#	docs/docs/getting-started/v0.1.x/index.html
#	docs/docs/getting-started/v0.1.x/migration-guide-v1alpha1-to-v1alpha2/index.html
#	docs/docs/getting-started/v0.1.x/scheme/index.html
#	docs/docs/getting-started/v0.2.x/migration/index.html
#	docs/docs/how-it-works/architecture-and-design/index.html
#	docs/docs/how-it-works/index.html
#	docs/docs/how-it-works/jenkins-docker-images/index.html
#	docs/docs/index.html
#	docs/docs/index.xml
#	docs/docs/installation/index.html
#	docs/docs/security/index.html
#	docs/sitemap.xml
2019-12-25 12:08:12 +01:00
Tomasz Sęk fb1eb95fd0
Update docs 2019-12-25 12:06:06 +01:00
Tomasz Sęk b6e10574e9
#231 Update the Developer Guide 2019-12-20 14:47:52 +01:00
Jakub Al-Khalili ab24e2c8fd Add 0.3.x docs, add instruction how to run e2e tests on crc 2019-12-19 13:54:32 +01:00
Jakub Al-Khalili 0102c181a9 #157 Improved website documentation, removed old github docs 2019-10-24 15:33:54 +02:00
Jon Brohauge 8140d5c4e9
Add a bit of extra words to make complete sentences 2019-10-16 19:33:10 +02:00
antoniaklja c5703a6829 Update docs 2019-09-11 12:14:06 +02:00
Tomasz Sęk d110a92f6e
Add website template 2019-09-04 16:01:25 +02:00