ci: Add Jenkins pipeline for Home Assistant
parent
40c8df1b13
commit
451df9042c
|
@ -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'
|
||||
]
|
||||
]
|
||||
)
|
Loading…
Reference in New Issue