ci: Add pipeline for Grafana

jenkins-master
Dustin 2021-07-02 21:48:50 -05:00
parent 9565b740b0
commit 47954dca48
1 changed files with 10 additions and 0 deletions

10
ci/grafana.jenkinsfile Normal file
View File

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