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.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
84 views1 page
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.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
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.