A DevOps pipeline often uses git _______ to trigger automated builds and tests.

  • COMMIT
  • PUSH
  • HOOKS
  • TAG
Git hooks are scripts that can be triggered at different points in the Git workflow. The post-receive hook, in particular, is commonly used in DevOps pipelines to initiate automated processes like builds and tests after receiving new code.
Add your answer
Loading...

Leave a comment

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