Skip to content

Instantly share code, notes, and snippets.

@YannMjl
Last active June 9, 2022 16:53
Show Gist options
  • Save YannMjl/866419e9d3e572a944ade13238aedfc4 to your computer and use it in GitHub Desktop.
Save YannMjl/866419e9d3e572a944ade13238aedfc4 to your computer and use it in GitHub Desktop.
.
.
.
<!--
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