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