...
But sometimes when you start a chain, you want to push a parameter to some or all chain nodes from the top build. It is now possible in this EAP build. With the example above, if you want to start a chain B -> A and push the parameter param
to B, you can add a parameter with the name dep.B.param
to A, either in a custom build dialog or via build configuration parameters. If you want to push parameters to all dependencies, you can use dep.*
in the parameter name: dep.*.param
.
Other Improvements
- fixed issues
- instead of old school DTD files for project configuration files, TeamCity now uses XML schema: http://www.jetbrains.com/teamcity/schemas/9.0/project-config.xsd
- added ability to filter changes by revision on the Change Log page
- build presentation is unified across web interface
- Java web start agent installation package is removed from the distribution
- "Use mirrors" option has been added to Git VCS root settings page (previously was available via a configuration parameter)
- "Use mirrors" option has been added to Mercurial VCS root settings page (https://youtrack.jetbrains.com/issue/TW-38557)
- better git/hg progress reporting for agent-side checkout, now all executed commands are shown in a build log
- fixed issues