ci: Add metricspi pipeline

btop
Dustin 2022-12-18 19:30:00 -06:00
parent 77c6408187
commit cdc120bb07
1 changed files with 11 additions and 0 deletions

11
ci/metricspi.jenkinsfile Normal file
View File

@ -0,0 +1,11 @@
// vim: set ft=groovy sw=4 ts=4 sts=4 et :
@Library('cfgpol')_
applyConfigPolicy(
'metricspi',
[
'Metrics PI': [
'metricspi.yml'
]
]
)