Hello all,

I have a build scheduled with Jenkins that triggers a batch file. The batch 
file basically starts several programs like canoe.exe, Lauterbach exe etc.
The problem here is when ever Jenkins build is terminated only the batch 
file gets terminated all the other process like canoe.exe,Lauterbach exe 
remains unclosed.
I tried to catch termination signal (SIGINT and SIGTERM) assuming Jenkins 
sends it to kill the process, but they are never catched in my code. 

Can anyone please let me know what signal does Jenkins send to terminate 
the build in windows? so that I can use it in my code (Perl) to catch the 
signal and kill all other processes.

Operating system used : *windows*
Programming language used : *Perl*

Thank You,

Regards,
Jyothi

-- 
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/bbc79137-51cd-46b9-a8e2-1e90f463d934%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to