Im trying to use Jenkins to trigger a windows batch command on a slave server. I can't seem to get it to work , the following are the steps that I have done.
- Added a simple echo command to a log file and verified it worked on the server itself.
- using the multiproject configuration which targets my slave server only.
- when I select build it completes fine and the console responds with
Started by user anonymous Building remotely on Stg Server Slave in workspace C:\ Finished: SUCCESS
however I don't see any results from the batch command that I entered.
If I update the project to do a subversion checkout it works fine and I see the code updated on my slave. It still won't run the build batch command.