From 284fb569a25a7ece2e54c0e9bc7d2a7c5b06b180 Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Sun, 31 Jan 2021 15:34:36 -0600 Subject: [PATCH] ci: Add pipeline for Graylog --- ci/graylog.jenkinsfile | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 ci/graylog.jenkinsfile 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' + ] + ] +)