|
This page covers: Changes from 3.1.2 to 4.0Initial startup time Users re-login will be forced after upgrade Previous IntelliJ IDEA versions support Using VCS revisions in the build Test suite Artifact dependency pattern Downloading of artifacts with help of Ivy If you downloaded artifacts from the build scripts (like Ant build.xml) with help of Ivy tasks you should modify your ivyconf.xml file and remove all statuses from there except "integration". You can take the ivyconf.xml file from the following page as reference: http://www.jetbrains.net/confluence/display/TCD4/Configuring+Dependencies Changes from 3.1.1 to 3.1.2No noteworthy changes. Changes from 3.1 to 3.1.1No noteworthy changes. Changes from 3.0.1 to 3.1Guest User and Agent Details Starting from version 3.1, the Guest user does not have access to the agent details page. This has been done to reduce exposing potentially sensitive information regarding the agents' environment. In the Enterprise Edition, the Guest user's roles can be edited to provide the needed level of permission. StarTeam Support Working Folders in Use Since version 3.1 when checking out files from a StarTeam repository TeamCity builds directory structure on the base of the working folder names, not just folder names as it was in earlier versions. So if you are satisfied with the way TeamCity worked with StarTeam folders in version 3.0, ensure the working folders' names are equal to the corresponding folder names (which is so by default). Also note, that although StarTeam allows using absolute paths as working folders, TeamCity supports relative paths only and doesn't detect absolute paths presence. So be careful and review your configuration. StarTeam URL Parser Fixed In version 3.0 a user must have followed a wrong URL scheme. It was like starteam://server:49201/project/view/rootFolder/subfolder/... and didn't work when user tried to refer a non-default view. In version 3.1 the native StarTeam URL parser is utilized. This means you now don't have to specify the root folder in the URL, and the previous example should look like starteam://server:49201/project/view/subfolder/... Changes from 3.0 to 3.0.1Linux Agent Upgrade
Changes from 2.x to 3.0Incompatible changes Please note that TeamCity 3.0 introduces several changes incompatible with TeamCity 2.x:
Build working directory Since TeamCity 3.0 introduces ability to configure VCS roots on per-Build Configuration basis, rather then per-Project, the default directory in which build configuration sources are checked out on agent now has generated name. If you need to know the directory used by a build configuration, you can refer to <agent home>/work/directory.map file which lists build configurations with the directory used by them. See also Build Checkout Directory User Roles when upgrading from TeamCity 1.x/2.x/3.x Professional to 3.x Enterprise When upgrading from TeamCity 1.x/2.x/3.x Professional to 3.x Enterprise for the first time TeamCity's accounts will be assigned the following roles by default:
See Also: |