ci: Add pipeline for Synapse (Matrix)

jenkins-master
Dustin 2020-12-30 22:07:54 -06:00
parent 5a114eecf0
commit cd577a555e
1 changed files with 10 additions and 0 deletions

10
ci/synapse.jenkinsfile Normal file
View File

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