When you've done your testing have you been executing the four jobs simultaneously? (i.e. not start one, then the other, then the other, etc.)
Reason I ask is, is it possible that the application in question has some kind of race condition when starting which is getting tripped every now and then as two or more jobs just happen to collide at a certain point? Richard. On Thu, Nov 21, 2013 at 7:59 AM, John Hangey <han...@gmail.com> wrote: > Hi Everyone, > > I am running a Jenkins Slave on a Windows Server, and have a job that > fires 4 other jobs. The 4 other jobs essentially run a windows batch > command to launch a .bat file that executes an application on the slave. > About 1/10th of the time I try to run it, all 4 instances of the > application execute on the slave with no issues, however all the other > times a couple of the the instances will fail right away. The failure > doesn't happen from Jenkins as the batch file successfully executes, the > error happens on the server once the bat file makes a call to run the exe, > gives me one of those generic "the blah blah blah.exe has stopped > responding" with basically no useful information to debug. > > The strange thing is, when I create a bat file on the server to just try > and fire all 4 jobs manually it never gives me an error. I even tried > having a single Jenkins job launch that same bat file, and again I get an > error. I am totally confused as to what is going on here. Are there any > know issues with executing batch commands on windows slaves? Is there a > better way to do it that might give me some more consistency? > > Thanks for the help, and let me know if you have any other questions. > > -- > 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 jenkinsci-users+unsubscr...@googlegroups.com. > For more options, visit https://groups.google.com/groups/opt_out. > -- 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 jenkinsci-users+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.