ci: Add pipeline for Jellyfin

chrony
Dustin 2023-12-04 12:20:39 -06:00
parent 5c297df6b9
commit 00be022c04
1 changed files with 12 additions and 0 deletions

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'
]
]
)