summaryrefslogtreecommitdiffstats
path: root/tests/triggers/fixtures/script-full.yaml
blob: f36f842e9a8816b1527dce1959571585cc17a39d (plain)
1
2
3
4
5
6
7
8
triggers:
  - script:
        script: 'exit 0'
        script-file-path: '$WORKSPACE/scripts'
        cron: 'H/15 * * * *'
        enable-concurrent: true
        label: master
        exit-code: 0