fixup-websites

Dustin 2020-03-16 21:24:11 -05:00
parent b9775d1816
commit f3dec5515f
1 changed files with 1 additions and 5 deletions

View File

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