Wines Joe IM wrote: > Giuseppe, > > Thanks for your response. Unfortunately it doesn't work with > NUL or > nul > (tried both). The trigger file contains nothing so I have no idea why it is > creating it?! > > Regards, > Joe
Note that you are downloading the file http://server:8080/trigger (storing it on file called "trigger") and saving the wget download messages in C:\Temp\CIBuild.log I suspect you wanted to store in CIBuild.log the content downloaded from the server instead. That's the -O switch, not -o. Of course, you should then debug why the server is not returning anything to your request...
