I am getting this error when I trigger a Job in JEnkins slave (Windows Server 2012) to copy an ISO Image with a powershell script.
I have this function "CopyHere (source,target)" on my powershell script which makes the copy Task. (And of course after that, I get this:
Process leaked file descriptors. See http://wiki.jenkins-ci.org/display/JENKINS/Spawning+processes+from+build for more Information)
When i googled it, i got a recommended solution, but the Workaround of Jenkins site is not clear to me... do I Need a Batch file to stop that, and what shall I write on it, and shall I put it on the Workspace of my Job.
Can anyone please clarify this? Please I Need your help
Otmann