Hi, we are using Solaris slaves and compile + run our test cases there with Maven via ssh. After tests are completed there is always a 15-minute-long operation until we reach "channel stopped" message and Jenkins job is finished. This is very annoying, since it adds extra 15 minutes to our ~40 minute of build time.
*... [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] ***-test .......................................... SUCCESS [13.877s] ... [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 41:52.833s [INFO] Finished at: Tue May 15 08:28:28 IST 2012 [INFO] Final Memory: 74M/495M [INFO] ------------------------------------------------------------------------ Waiting for Jenkins to finish collecting data channel stopped* Have you met such? We believe, either data collecting or channel releasing taking the 15 minutes, but sure.. How could we turn on detailed log about this part of Jenkins job? Any comments, tips are very welcome! Thanks a lot in advance! Bianconero
