From b2a10b7148493333573c77b1b55de799512a53fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Artur=20Ku=C5=9B?= Date: Mon, 28 Apr 2025 08:36:53 +0200 Subject: [PATCH] properties([ pipelineTriggers([ cron('H H 1,6,11,16,21,26 * *') // Lepsza wersja ]) ]) for renew certificates --- deploy-this/lets-encrypt/lets-encrypt-renew.jenkinsfile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/deploy-this/lets-encrypt/lets-encrypt-renew.jenkinsfile b/deploy-this/lets-encrypt/lets-encrypt-renew.jenkinsfile index 8b94521..50e81ef 100755 --- a/deploy-this/lets-encrypt/lets-encrypt-renew.jenkinsfile +++ b/deploy-this/lets-encrypt/lets-encrypt-renew.jenkinsfile @@ -1,7 +1,13 @@ pipeline { agent any - + + properties([ + pipelineTriggers([ + cron('H H 1,6,11,16,21,26 * *') // Lepsza wersja + ]) + ]) + stages { stage('Make https cert for my domains') {