ci: Add metricspi pipeline

This commit is contained in:
2022-12-18 19:30:00 -06:00
parent 77c6408187
commit cdc120bb07

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