ci: Add pipeline for Jellyfin
parent
5c297df6b9
commit
00be022c04
|
@ -0,0 +1,12 @@
|
||||||
|
|
||||||
|
// vim: set ft=groovy sw=4 ts=4 sts=4 et :
|
||||||
|
@Library('cfgpol')_
|
||||||
|
|
||||||
|
applyConfigPolicy(
|
||||||
|
'jellyfin',
|
||||||
|
[
|
||||||
|
'Jellyfin': [
|
||||||
|
'jellyfin.yml'
|
||||||
|
]
|
||||||
|
]
|
||||||
|
)
|
Loading…
Reference in New Issue