Cannot find JDK and Maven settings in Jenkins
In: Jenkins Management> Global Tool Configuration, find the JDK
To install local JDK files, uncheck "Install automatically", then you can insert a local file in JAVA_HOME
To download automatically, select the option "Add installer"
I tried both methods, but only the first one works for me. Hope this helps.
JDK and Maven are managed and specified in the section "Managing Jenkins" β "Global tool configuration" β "JDK settings" and "Maven settings": - this helped to provide the required version of JDK using the drop-down list option and once we start building any project, jenkin will automatically load jdk and a compilation error will not appear.
