ci: Add Jenkins pipeline for pxe.yml
This commit is contained in:
11
ci/pxe.jenkinsfile
Normal file
11
ci/pxe.jenkinsfile
Normal file
@@ -0,0 +1,11 @@
|
||||
// vim: set ft=groovy sw=4 ts=4 sts=4 et :
|
||||
@Library('cfgpol')_
|
||||
|
||||
applyConfigPolicy(
|
||||
'pxe',
|
||||
[
|
||||
'PXE': [
|
||||
'pxe.yml'
|
||||
]
|
||||
]
|
||||
)
|
||||
Reference in New Issue
Block a user