I am using Jenkins ver. 1.642.4 and Windows 2012 R2 to execute a command line application made in .net, however after X executions I got this error:
System.ComponentModel.Win32Exception: Cannot create a file when that file already exists
The objects of this command line application remain on the Windows registry, I have updated the application disposing the classes but the problem is not solved.
Any thoughts?