ci: Add pipeline for public websites

jenkins-master
Dustin 2020-03-16 21:04:36 -05:00
parent eb4139e0be
commit 744206fd03
1 changed files with 10 additions and 0 deletions

10
ci/websites.jenkinsfile Normal file
View File

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