diff --git a/ci/graylog.jenkinsfile b/ci/graylog.jenkinsfile new file mode 100644 index 0000000..fc374da --- /dev/null +++ b/ci/graylog.jenkinsfile @@ -0,0 +1,10 @@ +@Library('cfgpol')_ + +applyConfigPolicy( + 'graylog', + [ + 'graylog': [ + 'graylog.yml' + ] + ] +)