ci: Add Jenkins pipeline for MinIO

step-ssh
Dustin 2023-05-23 08:33:09 -05:00
parent d26de78b3d
commit cd1f7b354b
1 changed files with 11 additions and 0 deletions

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'
]
]
)