summaryrefslogtreecommitdiffstats
path: root/tests/triggers/fixtures/script001.yaml
blob: 5cf8a00105f81f3c6a4ff9937947e33465b2c961 (plain)
1
2
3
4
5
6
7
triggers:
  - script:
        script: 'exit 0'
        cron: 'H/15 * * * *'
        enable-concurrent: False
        label: master
        exit-code: 0