Skip to content
This repository has been archived by the owner on Sep 26, 2018. It is now read-only.

Latest commit

 

History

History

git

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Git Integration Pack

Pack which allows integration with Git repositories.

Configuration

  • 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.

Sensors

GitCommitSensor

This sensors periodically polls defined Git repository for new commits. When a new commit is detected, a trigger is dispatched.