I have a java program in a windows system and I need Jenkins job from my company Linux server to trigger the java program in windows machine.
The Java project is automation script built in selenium and can be converted to JAR file to invoke using Java -jar command.
But I am confused how to trigger jenkins job from Linux server to execute the Jar file in windows machine. Can someone tried this help me on this scenario?