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
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
*