A build server is a centralized environment for retrieving integrated code from source control to ensure the code works as expected. It serves as a Continuous Integration server, often using the Jenkins tool, to provide a stable and reliable location for building code.
Download as TXT, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
64 views
Devops Terminology
A build server is a centralized environment for retrieving integrated code from source control to ensure the code works as expected. It serves as a Continuous Integration server, often using the Jenkins tool, to provide a stable and reliable location for building code.
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1
A build server is a centralized, stable, and reliable environment used for
retrieving integrated code from the source
code repository. Build server ensures that the code essentially works. The build server is also called as a Continuous Integration (CI) server and is created with the help of Jenkins tool.