I am using process builder to execute some windows commands but I am not able to use the stdin <
for reading a file. For example, reading the myJOB
configuration xml to create a new job called myJOB
is working fine in command prompt but not working in eclipse using process builder:
java -jar jenkins-cli.jar -s "url" create-job myJOB < myJOB_Config.xml
Any solutions...