Run batch scripts on a remote server (windows) from jenkins
问题 I've got a continuous integration server (Jenkins ) which builds my code (checks for compilation errors) and runs tests and then deploys the files to a remote server (not a war file, but the actual file structure) I do this with a Jenkins plugin which allows me to transfer files via samba, it does this nightly. Now, what I need to do is run an ant command on the remote server. And after that I need to start the application server on the remote server, the application server is started by