Skip to content
Snippets Groups Projects

Add cronExpression param to Jenkinsfile

Merged Sébastien Heurtematte requested to merge feat/cron into main
+ 1
0
@@ -3,6 +3,7 @@
hugo (
appName: 'webdev.eclipse.org-spec-host',
productionDomain: 'webdev.eclipse.org',
cronExpression: 'H H * * *',
build: [
script: 'fetch.sh'
],
Loading