- Provides plugin components under
io.kestra.plugin.git. - Includes classes such as
SyncFlow,Sync,SyncNamespaceFiles,PushNamespaceFiles.
- What user problem does this solve? Teams need to clone, fetch, and interact with Git repositories from orchestrated workflows instead of relying on manual console work, ad hoc scripts, or disconnected schedulers.
- Why would a team adopt this plugin in a workflow? It keeps Git steps in the same Kestra flow as upstream preparation, approvals, retries, notifications, and downstream systems.
- What operational/business outcome does it enable? It reduces manual handoffs and fragmented tooling while improving reliability, traceability, and delivery speed for processes that depend on Git.
Single-module plugin. Source packages under io.kestra.plugin:
git
Infrastructure dependencies (Docker Compose services):
giteagitea_data
io.kestra.plugin.git.Cloneio.kestra.plugin.git.NamespaceSyncio.kestra.plugin.git.Pushio.kestra.plugin.git.PushDashboardsio.kestra.plugin.git.PushExecutionFilesio.kestra.plugin.git.PushFlowsio.kestra.plugin.git.PushNamespaceFilesio.kestra.plugin.git.Syncio.kestra.plugin.git.SyncDashboardsio.kestra.plugin.git.SyncFlowio.kestra.plugin.git.SyncFlowsio.kestra.plugin.git.SyncNamespaceFilesio.kestra.plugin.git.TenantSync
plugin-git/
├── src/main/java/io/kestra/plugin/git/services/
├── src/test/java/io/kestra/plugin/git/services/
├── build.gradle
└── README.md