« Back to Glossary Index
An automation tool that performs three key functions in Continuous Integration:
1. Compiling code multiple times daily
2. Running automated tests to validate code
3. Creating deployable packages for deployment tools
Examples include Jenkins and GitHub Actions.
« Back to Glossary Index