draft: ci: websites
parent
1549d74598
commit
04b104ac82
|
@ -0,0 +1,14 @@
|
|||
@Library('cfgpol')_
|
||||
|
||||
properties([
|
||||
pipelineTriggers([cron('H H * * *')])
|
||||
])
|
||||
|
||||
applyConfigPolicy(
|
||||
'public-web',
|
||||
[
|
||||
'Websites': [
|
||||
'websites'
|
||||
]
|
||||
]
|
||||
)
|
Loading…
Reference in New Issue