ci: Add pipeline for file server

chrony
Dustin 2023-12-04 12:22:24 -06:00
parent 00be022c04
commit 3da74b8e53
1 changed files with 11 additions and 0 deletions

11
ci/fileserver.jenkinsfile Normal file
View File

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