kubernetes-operator/test/e2e
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
..
configuration_test.go fix(operator): Attempt to fix all the major issues present atm against the newest jenkins lts version (#784) 2023-01-12 17:29:30 +01:00
jenkins_configuration_test.go Bump version to v0.7.0 2021-12-08 10:26:46 +01:00
jenkins_pod_restart_test.go Bump version to v0.7.0 2021-12-08 10:26:46 +01:00
jenkins_restore_backup_test.go Bump version to v0.6.0 2021-06-10 08:10:50 +02:00
jenkins_test.go fix(operator): Attempt to fix all the major issues present atm against the newest jenkins lts version (#784) 2023-01-12 17:29:30 +01:00
logging.go chore: enable manual run of nightly builds with possibility of skipping tests (#712) 2022-02-10 18:03:08 +01:00
mode_kubernetes.go chore: enable manual run of nightly builds with possibility of skipping tests (#712) 2022-02-10 18:03:08 +01:00
mode_openshift.go chore: enable manual run of nightly builds with possibility of skipping tests (#712) 2022-02-10 18:03:08 +01:00
mode_openshift_oauth.go chore: enable manual run of nightly builds with possibility of skipping tests (#712) 2022-02-10 18:03:08 +01:00
port_forward_test.go Migrate Helm Chart to OSDK v1.3.0 (#551) 2021-04-29 13:50:06 +02:00
restart_test.go fix(operator): Attempt to fix all the major issues present atm against the newest jenkins lts version (#784) 2023-01-12 17:29:30 +01:00
restorebackup_test.go update image tag for `virtuslab/jenkins-operator-backup-pvc` (#781) 2023-01-08 19:45:01 +01:00
seedjobs_test.go Bump version to v0.7.0 2021-12-08 10:26:46 +01:00
suite_test.go Migrate Helm Chart to OSDK v1.3.0 (#551) 2021-04-29 13:50:06 +02:00
test_utility.go fix(operator): Attempt to fix all the major issues present atm against the newest jenkins lts version (#784) 2023-01-12 17:29:30 +01:00
wait.go fix(operator): Attempt to fix all the major issues present atm against the newest jenkins lts version (#784) 2023-01-12 17:29:30 +01:00