ci: Add Jenkins pipeline for UniFi controller

frigate-exporter
Dustin 2024-01-09 18:25:27 -06:00
parent b4fcbb8095
commit 1bbcbcd929
1 changed files with 11 additions and 0 deletions

11
ci/unifi.jenkinsfile Normal file
View File

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