Read-Only Node
User Interface Changes
We continue updating the interface:
- new build row presentation, featuring the artifacts icon has been added to overview and favorite builds pages
- build configuration home page has been re-designed (besides, internally it now uses REST API to show its data)
Docker Support
- Docker support has been added to the for .NET CLI and PowerShell build runners, and these steps can now run in a Docker container.
- Docker Build runner has been replaced with Docker Command runner with support for build, push and some other docker commands
- AWS ECR (Elastic Container Registry) is now supported by the Docker plugin
Bundled Amazon S3 Support
TeamCity now comes bundled with Amazon S3 plugin, which allows uploading to, downloading and removing artifacts from S3. Resolution of artifact dependencies as well as clean-up of artifacts is handled by the plugin. The artifacts located externally are displayed in the TeamCity web UI.
Viewing Shared Resources Usage
Starting from this build, if at least one resource lock is defined in a build configuration, you can view the resources used by the build on the Shared Resources tab of the Build Results page. The tab displays the resources and their type, including the locks used by the build for each resource.
Clicking the resource name takes you back to the the shared resources configuration page on the project level.
Other Improvements
Extend server health report hiding to allow per-user hiding in addition to global
Bundled .net Tools (dotCover and ReSharper CLT) to the latest released version (2018.1)
The bundled Ant has been updated to version 1.9.11
- VSS (Vistual Source Safe) plugin has been un-bundled
All fixed issues