ci: Add pipeline for Jellyfin
This commit is contained in:
12
ci/jellyfin.jenkinsfile
Normal file
12
ci/jellyfin.jenkinsfile
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
|
||||||
|
// vim: set ft=groovy sw=4 ts=4 sts=4 et :
|
||||||
|
@Library('cfgpol')_
|
||||||
|
|
||||||
|
applyConfigPolicy(
|
||||||
|
'jellyfin',
|
||||||
|
[
|
||||||
|
'Jellyfin': [
|
||||||
|
'jellyfin.yml'
|
||||||
|
]
|
||||||
|
]
|
||||||
|
)
|
||||||
Reference in New Issue
Block a user