syncunittests
Enterprise Edition Talk to us
syncunittests
yaml
type: "io.kestra.plugin.ee.git.syncunittests"Examples
yaml
id: sync_unit_tests
namespace: company.team
tasks:
- id: git
type: io.kestra.plugin.ee.git.SyncUnitTests
delete: true
url: https://github.com/fdelbrayelle/plugin-git-qa
branch: dev
username: fdelbrayelle
password: "{{ secret('GITHUB_ACCESS_TOKEN') }}"
triggers:
- id: every_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
_unit_tests