Teamcity Maven and MSBuilds hang when upgraded to version 6.0.1 Follow
I have recently updated to teamcity 6 and appear to be having the same problems with our maven build. At the end of the build teamcity produces an error "Process exited with code 0" and then tries to publish artifacts that I have not even specified. This hangs the build and I am not able to stop via the UI.
[22:48:36]: [INFO] ------------------------------------------------------------------------
[22:48:36]: [INFO] BUILD SUCCESSFUL
[22:48:36]: [INFO] ------------------------------------------------------------------------
[22:48:36]: [INFO] Total time: 5 minutes 12 seconds
[22:48:36]: [INFO] Finished at: Wed Jan 05 22:48:36 GMT 2011
[22:48:36]: [INFO] Final Memory: 32M/78M
[22:48:36]: [INFO] ------------------------------------------------------------------------
[22:48:37]: Process exited with code 0
[22:48:37]: Publishing artifacts (18s)
[22:48:37]: [Publishing artifacts] Paths to publish: [C:\TeamCity\buildAgent\temp\buildTmp\.tc-maven-bi\maven-build-info.xml.gz => .teamcity]
[22:48:37]: [Publishing artifacts] Sending files
This relates to the http://devnet.jetbrains.net/message/5282468#5282468
Please advise
[22:48:36]: [INFO] BUILD SUCCESSFUL
[22:48:36]: [INFO] ------------------------------------------------------------------------
[22:48:36]: [INFO] Total time: 5 minutes 12 seconds
[22:48:36]: [INFO] Finished at: Wed Jan 05 22:48:36 GMT 2011
[22:48:36]: [INFO] Final Memory: 32M/78M
[22:48:36]: [INFO] ------------------------------------------------------------------------
[22:48:37]: Process exited with code 0
[22:48:37]: Publishing artifacts (18s)
[22:48:37]: [Publishing artifacts] Paths to publish: [C:\TeamCity\buildAgent\temp\buildTmp\.tc-maven-bi\maven-build-info.xml.gz => .teamcity]
[22:48:37]: [Publishing artifacts] Sending files
This relates to the http://devnet.jetbrains.net/message/5282468#5282468
Please advise
Attachment(s):
teamcity-build.log.zip
teamcity-agent.log.zip
teamcity-server.log.zip
threadDump-2011-01-06_09.29.05.txt.zip
Please sign in to leave a comment.
Fix for this issue was included in TeamCity 6.5.
Thanks for your quick response and confirmation