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')_ @Library('cfgpol')_
properties([
pipelineTriggers([cron('H H * * *')])
])
applyConfigPolicy( applyConfigPolicy(
'public-web', 'public-web',
[ [
'Websites': [ 'Websites': [
'websites' 'websites.yml'
] ]
] ]
) )