ci: Add Jenkins pipeline for Home Assistant

jenkins-master
Dustin 2020-08-29 14:34:50 -05:00
parent 40c8df1b13
commit 451df9042c
1 changed files with 14 additions and 0 deletions

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