Re: myapp.exe closes when jenkins Windows batch process finishes

2016-12-24 Thread Mark Waite
https://wiki.jenkins-ci.org/display/JENKINS/Spawning+processes+from+build provides good insights into management of processes inside (and and beyond) job context. Mark Waite On Sat, Dec 24, 2016 at 3:45 PM Nef Rey wrote: > I basically have a Jenkins slave > > In that slave I'm passing the follo

myapp.exe closes when jenkins Windows batch process finishes

2016-12-24 Thread Nef Rey
I basically have a Jenkins slave In that slave I'm passing the following: net use g: \\mynetworkshare\tests g: launchexecutable.bat (I also pass the executable here rahter than a batch file and it does the same) net use g: /delete *