Advanced Jenkins setups may use _________ to trigger builds based on specific criteria in source control systems.

  • Cron jobs
  • Event listeners
  • Manual triggers
  • Webhooks
Webhooks are commonly used in advanced Jenkins setups to trigger builds automatically based on specific events or changes in source control systems. This automation enhances the efficiency of the CI/CD pipeline.
Add your answer
Loading...

Leave a comment

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