Last active
June 9, 2022 16:53
-
-
Save YannMjl/866419e9d3e572a944ade13238aedfc4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
. | |
. | |
. | |
<!-- | |
if you'd like to run Jenkins with a specific version of Java, specify a full path to java.exe. | |
The following value assumes that you have java in your PATH. | |
--> | |
<!--<executable>D:\OpenJDK\javapath\bin\java.exe</executable>--> | |
<executable>"C:\Program Files\Eclipse Adoptium\jdk-11.0.15.10-hotspot\bin\java.exe"</executable> | |
<!-- | |
interactive flag causes the empty black Java window to be displayed. | |
I'm still debugging this. | |
<interactive /> | |
--> | |
. | |
. | |
. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment