简体   繁体   中英

How to provide path in jenkins

I have installed Jenkins through the wars file but now I have two JDK15 and JDK8 in the system...Can you please tell me how to run Jenkins with JDK8 as it is automatically taking JDK15 .

You can do that by setting up a Jenkins file where you can specify the java version for each job. You can find more information on https://www.jenkins.io/doc/book/pipeline/jenkinsfile/

you can try to switch Java version using this:

sudo update-java-alternatives --set [JDK/JRE name eg java-8-oracle]

You can find more information here: https://askubuntu.com/questions/121654/how-to-set-default-java-version

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM