ci: Add Jenkins pipeline for pxe.yml

This commit is contained in:
2025-07-13 16:10:20 -05:00
parent b9a046c7f4
commit 7823a2ceaf

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