Continuous Integration tools often use _______ to automatically detect and retrieve the latest code changes.

  • Configuration Files
  • Databases
  • User Inputs
  • Webhooks
"Webhooks" are used by Continuous Integration tools to detect code changes in version control systems automatically. When developers push new code or updates, the version control system sends a webhook notification to the CI tool, triggering the build process.
Add your answer
Loading...

Leave a comment

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