From 0ef1856b7fba310ff268d42ed9111ab59b9422dd Mon Sep 17 00:00:00 2001 From: Basil Crow Date: Fri, 21 Jun 2024 13:28:13 -0700 Subject: [PATCH] Remove `docs/JAVA11.md` --- docs/JAVA11.md | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 docs/JAVA11.md diff --git a/docs/JAVA11.md b/docs/JAVA11.md deleted file mode 100644 index eedc56ef42..0000000000 --- a/docs/JAVA11.md +++ /dev/null @@ -1,24 +0,0 @@ -# Running tests on JAVA11 - -To run the tests using a Java 11 virtual machine: - -1. On the host, launch the container with Java11 VM: - - ```bash - harry@devbox:~/acceptance-test-harness$ env java_version=11 ./ath-container.sh - ``` - -1. In the container shell, act as usual, set up the vnc: - - ```bash - ath-user@1803848e337f:~/ath-sources$ eval $(vnc.sh) - ``` - -1. And run the tests with Java11 support: - ```bash - ath-user@1803848e337f:~/ath-sources$ run.sh ... - ``` - -**Note**: It was possible to run Jenkins on Java 11 since the version `2.155`, but its usage was then more complex. -We do not recommend to use any version prior to `2.164`. -To have up-to-date information see [jenkins-on-java-11](https://jenkins.io/doc/administration/requirements/jenkins-on-java-11).