Matrix Builds로 빌드 구성을 간소화하세요

11월 30, 2023
TeamCity 2023.11은 다양한 구성 매개변수가 있는 별도의 빌드를 동적으로 생성하여 구성 간 테스트를 간소화합니다.

영어로 계속 읽기:

TeamCity is a versatile CI/CD tool that empowers teams to implement seamless continuous integration, continuous delivery, and continuous deployment within their DevOps workflows.

TeamCity Version 2023.11 introduces Matrix Builds, a dynamic build system that generates separate builds based on varying configuration parameters. Each unique parameter combination triggers a distinct build configuration, forming a matrix of individual builds that run independently.

Matrix Builds are particularly advantageous for testing software across diverse configurations, such as operating systems or browser versions. By defining a matrix of build configurations, you can execute the same test suite across multiple parameter combinations within a single build configuration, streamlining the review process and facilitating the resolution of compatibility issues.

To see a full list of what's new in version 2023.11, see our release notes.

For more information, visit our TeamCity product page.