From 7823a2ceaf6e693cb11337129525b120657457b6 Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Sun, 13 Jul 2025 16:10:20 -0500 Subject: [PATCH] ci: Add Jenkins pipeline for pxe.yml --- ci/pxe.jenkinsfile | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 ci/pxe.jenkinsfile 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' + ] + ] +)