ci: Add metricspi pipeline
parent
77c6408187
commit
cdc120bb07
|
@ -0,0 +1,11 @@
|
||||||
|
// vim: set ft=groovy sw=4 ts=4 sts=4 et :
|
||||||
|
@Library('cfgpol')_
|
||||||
|
|
||||||
|
applyConfigPolicy(
|
||||||
|
'metricspi',
|
||||||
|
[
|
||||||
|
'Metrics PI': [
|
||||||
|
'metricspi.yml'
|
||||||
|
]
|
||||||
|
]
|
||||||
|
)
|
Loading…
Reference in New Issue