Q: A build can be triggered by a version control tool.
A
Answer:
A
Explanation:
✅ True
Explanation:
A build can be triggered automatically by a version control tool when changes are committed. This is a key feature of Continuous Integration (CI).
🔹 How does this work?
- When a developer pushes code to a repository (e.g., Git, SVN, ClearCase), it can trigger an automated build process.
- CI/CD tools like Jenkins, GitHub Actions, GitLab CI/CD, Azure DevOps, and Bamboo integrate with version control systems to automate builds.
- This helps ensure that new changes do not break the existing codebase.
Thus, the statement is TRUE ✅ because modern development workflows allow builds to be triggered automatically by version control changes. 🚀
Related Topic:
Share Above MCQ