ci: Add pipeline for Jellyfin

This commit is contained in:
2023-12-04 12:20:39 -06:00
parent 5c297df6b9
commit 00be022c04

12
ci/jellyfin.jenkinsfile Normal file
View File

@@ -0,0 +1,12 @@
// vim: set ft=groovy sw=4 ts=4 sts=4 et :
@Library('cfgpol')_
applyConfigPolicy(
'jellyfin',
[
'Jellyfin': [
'jellyfin.yml'
]
]
)