In a CI/CD pipeline, the _______ stage is responsible for ensuring that the code changes do not break the existing functionality.

  • Deployment
  • Integration
  • Testing
  • Validation
In a CI/CD pipeline, the "Validation" stage ensures that code changes do not break existing functionality by running tests and checks before deployment.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *