syncblueprints

syncblueprints

Certified
Enterprise Edition

Sync Custom Blueprints from Git to Kestra.

yaml
type: io.kestra.plugin.ee.git.syncblueprints
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
Defaultmain
Defaultfalse
Defaultfalse
Defaulttrue
Default_blueprints