diff --git a/ci/jellyfin.jenkinsfile b/ci/jellyfin.jenkinsfile new file mode 100644 index 0000000..04303b4 --- /dev/null +++ b/ci/jellyfin.jenkinsfile @@ -0,0 +1,12 @@ + +// vim: set ft=groovy sw=4 ts=4 sts=4 et : +@Library('cfgpol')_ + +applyConfigPolicy( + 'jellyfin', + [ + 'Jellyfin': [ + 'jellyfin.yml' + ] + ] +)