batch file - Hudson Build Server - problem with shutdown slave machine -
i new hudson , have question. i'm trying build jobs on dumb slave , after need shutdown slave.(the machine). however, there following issue: i've tryed many ways, using "shutdown /s /t 120", starting .bat file copyed @ slabe content, starting .jar file shutdown. , result negative. when running "shutdown /s /t 120" receive "'shutdown' not recognized internal or external command, operable program or batch file.". solved such issue or have suggestions?
thanks :)
try running cmd.exe /c shutdown /r /t 120
Comments
Post a Comment