syncblueprints
Certified
Enterprise Edition
Sync Custom Blueprints from Git to Kestra.
syncblueprints
Certified
Enterprise Edition
Sync Custom Blueprints from Git to Kestra.
yaml
type: io.kestra.plugin.ee.git.syncblueprintsExamples
yaml
id: sync_blueprints_from_git
namespace: system
tasks:
- id: git
type: io.kestra.plugin.ee.git.SyncBlueprints
delete: true
url: https://github.com/kestra-io/blueprints
branch: main
username: git_username
password: "{{ secret('GITHUB_ACCESS_TOKEN') }}"
dryRun: true
triggers:
- id: every_full_hour
type: io.kestra.plugin.core.trigger.Schedule
cron: "0 * * * *"
Properties
branch string
Default
maincloneSubmodules booleanstring
delete booleanstring
Default
falsedryRun booleanstring
Default
falsefailOnMissingDirectory booleanstring
Default
truegitConfig object
gitDirectory string
Default
_blueprints