synchronik/examples/server.yml

31 lines
728 B
YAML
Raw Permalink Normal View History

#
# Example configuration of the Synchronik server. This file is also read by
# some configuration parsing unit tests
---
agents:
'Local':
url: 'http://localhost:9000'
projects:
2023-03-12 23:26:15 +00:00
'synchronik':
description: |
2023-03-12 23:26:15 +00:00
Self-hosted project
filename: 'ci.synchronik.yml'
scm:
github:
owner: 'rtyler'
2023-03-12 23:26:15 +00:00
repo: 'synchronik'
ref: 'main'
2023-03-12 23:26:15 +00:00
'with spaces':
description: A test configuration with spaces in the name
2023-03-12 23:26:15 +00:00
filename: 'ci.synchronik.yml'
scm:
github:
owner: 'rtyler'
2023-03-12 23:26:15 +00:00
repo: 'synchronik'
ref: 'main'
# The filetype Git is not yet supported
#- type: 'git'
# url: 'https://github.com/rtyler/jdp'
# ref: 'main'
# filename: 'ci/Jankyfile'