ci: Add Jenkins pipeline for collectd

This commit is contained in:
2020-12-08 21:26:43 -06:00
parent cbbef24bbd
commit 4a4f984f1f

10
ci/collectd.jenkinsfile Normal file
View File

@@ -0,0 +1,10 @@
@Library('cfgpol')
applyConfigPolicy(
'collectd',
[
'collectd': [
'collectd.yml'
]
]
)