What intermediate tool do we use for build validation in CI/CD when creating changes as a pull request?
💡 Model Answer
In most modern pipelines we use an intermediate CI/CD tool such as GitHub Actions, GitLab CI, or Jenkins to perform build validation on pull requests. When a PR is opened or updated, the tool automatically triggers a workflow that checks out the code, installs dependencies, runs unit tests, builds artifacts, and optionally performs static analysis or security scans. The results are posted back to the PR as a status check, and the merge is blocked until all checks pass. This approach ensures that every change is automatically validated before it reaches the main branch, reducing bugs and maintaining code quality.
This answer was generated by AI for study purposes. Use it as a starting point — personalize it with your own experience.
🎤 Get questions like this answered in real-time
Assisting AI listens to your interview, captures questions live, and gives you instant AI-powered answers on a discreet on-screen overlay.
Get Assisting AI — Starts at ₹500