I am trying to setup Jenkins project to deploy automatically.
Now the source package generated(jar file) via ant script contain “java -jar BIFSDK-*.*.*.**.jar dist” command.
Then next step should be make batch script to deploy the source package to Windchill server. but my issue is
how to make script, that the tools opinion can be selected by script after executing the command "java -jar XXXXXXDist.jar install"?
pls see the screenshot below.