ci: Add Jenkins pipeline for collectd

jenkins-master
Dustin 2020-12-08 21:26:43 -06:00
parent cbbef24bbd
commit 4a4f984f1f
1 changed files with 10 additions and 0 deletions

10
ci/collectd.jenkinsfile Normal file
View File

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