I am new to Jenkins and love the tool, but I am having one problem that I can not imagine is unique to me, and I have not found a plugin to deal with the issue.
The problem I have is that I have an application running on server that provides emulation data for our tests. In order to update this application, it must be stopped, files updated, then I want to restart it afterwards. I have a Jenkins job that will copy the appropriate files over, and I use the PSKILL utility via a batch file to stop the application when the build launches. The problem I have, is restarting the application. Using a batch file does not work, even if I run 'start application.exe' since the termination of the build process, seems to kill these processes as well. Any suggestions would be appreciated. Thanks in advance. -- 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]. For more options, visit https://groups.google.com/d/optout.
