pushblueprints
Certified
Enterprise Edition
Commit and push Custom Blueprints from Kestra to Git.
pushblueprints
Certified
Enterprise Edition
Commit and push Custom Blueprints from Kestra to Git.
yaml
type: io.kestra.plugin.ee.git.pushblueprintsExamples
yaml
id: push_blueprints
namespace: system
tasks:
- id: commit_and_push
type: io.kestra.plugin.ee.git.PushBlueprints
url: https://github.com/kestra-io/scripts
username: git_username
password: "{{ secret('GITHUB_ACCESS_TOKEN') }}"
branch: main
commitMessage: "push blueprints from {{ flow.namespace ~ '.' ~ flow.id }}"
Properties
blueprints string
Default
**branch string
Default
maincloneSubmodules booleanstring
commitMessage string
Default
Add blueprints from {{ flow.id }}delete booleanstring
Default
truedryRun booleanstring
Default
falsegitConfig object
gitDirectory string
Default
_blueprints