diff --git a/ci/minio.jenkinsfile b/ci/minio.jenkinsfile new file mode 100644 index 0000000..66b60d7 --- /dev/null +++ b/ci/minio.jenkinsfile @@ -0,0 +1,11 @@ +// vim: set ft=groovy sw=4 ts=4 sts=4 et : +@Library('cfgpol')_ + +applyConfigPolicy( + 'minio', + [ + 'MinIO': [ + 'minio.yml' + ] + ] +)