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