Hi I am trying to execute batch command from Jenkins and getting the below error "Process leaked file descriptors. See https://jenkins.io/redirect/troubleshooting/process-leaked-file-descriptors for more information"
I am trying to execute the command which starts the application , something like this "mch.bat openAPI start" . When I manually run this command it opens a new command window and returns the process ID but when the same command is executed from jenkins the process ID is returned as 0 with clean logs. Jenkins master is linux and slave is windows.
Thanks in advance, Meghana SA