ci: Add Jenkins pipeline for pxe.yml

unifi-restore
Dustin 2025-07-13 16:10:20 -05:00
parent b9a046c7f4
commit 7823a2ceaf
1 changed files with 11 additions and 0 deletions

11
ci/pxe.jenkinsfile Normal file
View File

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