ci: Add pipeline for fluent-bit Playbook

This commit is contained in:
2025-10-17 07:53:10 -05:00
parent dc8961de92
commit bcfe7cc699

11
ci/fluent-bit.jenkinsfile Normal file
View File

@@ -0,0 +1,11 @@
// vim: set ft=groovy sw=4 ts=4 sts=4 et :
@Library('cfgpol')_
applyConfigPolicy(
'fluent-bit',
[
'Fluent Bit': [
'fluent-bit.yml'
]
]
)