Reputation: 1
I am looking for steps to upgrade java version in Jenkins windows server. I found multiple article for Linux but not for Windows.
Steps to upgrade java in Jenkins server.
Upvotes: 0
Views: 382
Reputation: 51
To upgrade the JDK used by Jenkins on a Windows server, you can follow these steps:
You can verify if you have required version by going to http://yourserver:8080/systemInfo in your web browser and looking for the "Java version" field in the "System Information" section. It should show the version of JDK 11 that you installed.
Upvotes: 1