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') {