diff --git a/ci/motioneye.jenkinsfile b/ci/motioneye.jenkinsfile new file mode 100644 index 0000000..5f15a3b --- /dev/null +++ b/ci/motioneye.jenkinsfile @@ -0,0 +1,10 @@ +@Library('cfgpol')_ + +applyConfigPolicy( + 'motioneye', + [ + 'motioneye': [ + 'motioneye.yml' + ] + ] +)