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 <[email protected]> wrote:

> 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
> ***********************************************
>
> The problem is that I want the executable to remain open.  Instead jenkins
> is closing it.  Thts the executable I need to test and it must remain open.
>
> I know I can launch the executable within my test scripts, but wanted to
> know if there is away to launch the app and make it remain open.
>
>
> Thanks,
>
> NR
>
>
>
> --
> You received this message because you are subscribed to the Google Groups
> "Jenkins Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/jenkinsci-users/91203c1d-bfdc-45e1-b2c0-675c629ae478%40googlegroups.com
> <https://groups.google.com/d/msgid/jenkinsci-users/91203c1d-bfdc-45e1-b2c0-675c629ae478%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/CAO49JtHF5V4NQB--%3DA-VYr_iWjB-W_yTKB6xcTanR2Bx7UEfAQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to