Read-Only Node
User Interface Changes
We continue updating the interface: in this EAP build, the new build line is available on the build configuration home page: overview and history; as well as on the build snapshot dependencies and favorite builds pages. The work on the project overview is in progress.
Other improvements include a new cool artifact icon, and the ability to pin and comment builds on the pages featuring new design.
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.
- Powershell Core si supported if a TeamCity build agent is running in a docker container
- 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
All fixed issues