TeamCity 4.5 is released
Build 8944 is the official 4.5 release.
What's New
Download
Thank you all for helping us improve TeamCity!
Feel free to send us more feedback and suggestions for future TeamCity features.
Please sign in to leave a comment.
Build 8944 is the official 4.5 release.
What's New
Download
Thank you all for helping us improve TeamCity!
Feel free to send us more feedback and suggestions for future TeamCity features.
Please sign in to leave a comment.
Release looks nice so far - however I'm noticing my additional maven options settings are no longer being passed into maven, so builds are failing as profiles are not being enabled. Known issue?
No, it's not a known problem. Could you please describe it in more details? Do you mean "Additional Maven command line parameters" field?
After investigating more it looks like the upgrade of 4.5 brought to light some brokenness in our builds which can now be reproduced outside of Team City. I suspect the version of maven in TC4.5 has been updated causing some changes in behaviour (I've not checked what maven version is now bundled thou).
When attempting to download using the new Download All (.zip) option, I am having more Cache issues using Internet Explorer/HTTPS/Tomcat
I am still using the cache filter I setup to attempt to resolve this problem, while it still works for normal downloads, it does not work for the Download All method.
http://www.jetbrains.net/devnet/thread/279799?tstart=0
I've tried disabling the following page https redirect in Tomcat to see if that was the sole cause of the caching issue but it isn't.
The current filter I'm using which is modified since the last thread I was discussing this.
Turns out the bundled version of Apache Maven (2.1.0) in Team City 4.5 has a regression when using profiles: http://jira.codehaus.org/browse/MNG-3732