ci: Add pipeline for motionEye

jenkins-master
Dustin 2020-12-30 21:06:22 -06:00
parent 2da26d9bf6
commit d0bf4f9893
1 changed files with 10 additions and 0 deletions

10
ci/motioneye.jenkinsfile Normal file
View File

@ -0,0 +1,10 @@
@Library('cfgpol')_
applyConfigPolicy(
'motioneye',
[
'motioneye': [
'motioneye.yml'
]
]
)