draft: ci: websites

Dustin 2020-03-16 21:04:36 -05:00
parent 1549d74598
commit 04b104ac82
1 changed files with 14 additions and 0 deletions

14
ci/websites.jenkinsfile Normal file
View File

@ -0,0 +1,14 @@
@Library('cfgpol')_
properties([
pipelineTriggers([cron('H H * * *')])
])
applyConfigPolicy(
'public-web',
[
'Websites': [
'websites'
]
]
)