configpolicy/ci/pxe.jenkinsfile

12 lines
157 B
Groovy

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