ci: Add Jenkins pipeline for Home Assistant

This commit is contained in:
2020-08-29 14:34:50 -05:00
parent 40c8df1b13
commit 451df9042c

View 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'
]
]
)