syncunittests syncunittests
syncunittests Certified
Enterprise Edition Talk to us

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