ci: Add pipeline for Synapse (Matrix)

This commit is contained in:
2020-12-30 22:07:54 -06:00
parent 5a114eecf0
commit cd577a555e

10
ci/synapse.jenkinsfile Normal file
View File

@@ -0,0 +1,10 @@
@Library('cfgpol')_
applyConfigPolicy(
'synapse',
[
'synapse': [
'synapse.yml'
]
]
)