Pack which allows integration with Git repositories.
url
- URL to the Git repository you want to monitor. You can use any of supported transport protocols such as SSH or HTTP. For example:[email protected]:runseb/st2contrib.git
(SSH transport),https://github.com/runseb/st2contrib.git
(HTTP transport).branch
- BRANCH to of the Git repository to monitor.
This sensors periodically polls defined Git repository for new commits. When a new commit is detected, a trigger is dispatched.