ci: Add Jenkins pipeline for MinIO

This commit is contained in:
2023-05-23 08:33:09 -05:00
parent d26de78b3d
commit cd1f7b354b

11
ci/minio.jenkinsfile Normal file
View File

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