synchronik/examples/server.yml

30 lines
664 B
YAML

---
agents:
'Local':
url: 'http://localhost:9000'
'Duplicate Local':
url: 'http://localhost:9000'
projects:
'synchronik':
description: |
Self-hosted project
filename: 'ci.synchronik.yml'
scm:
github:
owner: 'rtyler'
repo: 'synchronik'
ref: 'main'
'with spaces':
description: A test configuration with spaces in the name
filename: 'ci.synchronik.yml'
scm:
github:
owner: 'rtyler'
repo: 'synchronik'
ref: 'main'
# The filetype Git is not yet supported
#- type: 'git'
# url: 'https://github.com/rtyler/jdp'
# ref: 'main'
# filename: 'ci/Jankyfile'