...
Read more about TeamCity service messages.
Known Issues
- When the <All branches> filter is set on the Branches tab, the Artifacts popup uses the wrong URL. As a workaround, use a different filter or download the artifact from a different page.
- TeamCity Docker images: On Windows Server 2019 with process isolation build agents may fail to start. To work around the issue, use the hyper-v container isolation:
Code Block |
---|
docker run --isolation=hyperv ... |
Other Improvements
- Cloud support has been improved.
- Investigations Auto Assigner has got a new option, "On second failure", which prevents user assignment for the flaky tests/problems. A user is assigned to investigate a failure only when the failure repeats itself the second time in a row.