You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: DEVELOPER_GUIDE.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -216,7 +216,7 @@ This project contains [Jenkins pipelines](jenkins) and [Jenkins shared libraries
216
216
217
217
#### Java
218
218
219
-
Use Java 11 for Jenkins jobs CI. This means you must have a JDK 11 installed with the environment variable `JAVA_HOME`referencing the path to Java home for your JDK installation, e.g. `JAVA_HOME=/usr/lib/jvm/jdk-11`. Download Java 11 from [here](https://adoptium.net/releases.html?variant=openjdk11).
219
+
Use Java 17 for running Jenkins CI tests. Ensure that JDK 17 is installed on your system and that the `JAVA_HOME`environment variable is correctly set to the JDK 17 installation path.
0 commit comments