ci: Add pipeline for Graylog

jenkins-master
Dustin 2021-01-31 15:34:36 -06:00
parent 7f8a9ce114
commit 284fb569a2
1 changed files with 10 additions and 0 deletions

10
ci/graylog.jenkinsfile Normal file
View File

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