ci: Add pipeline for public websites

This commit is contained in:
2020-03-16 21:04:36 -05:00
parent eb4139e0be
commit 744206fd03

10
ci/websites.jenkinsfile Normal file
View File

@@ -0,0 +1,10 @@
@Library('cfgpol')_
applyConfigPolicy(
'public-web',
[
'Websites': [
'websites.yml'
]
]
)