diff --git a/deploy-this/lets-encrypt/lets-encrypt-renew.jenkinsfile b/deploy-this/lets-encrypt/lets-encrypt-renew.jenkinsfile index 98647b5..93e274e 100755 --- a/deploy-this/lets-encrypt/lets-encrypt-renew.jenkinsfile +++ b/deploy-this/lets-encrypt/lets-encrypt-renew.jenkinsfile @@ -2,15 +2,14 @@ pipeline { agent any + triggers { + cron('H H 1,6,11,16,21,26 * *') + } + options { disableConcurrentBuilds() timeout(time: 1, unit: 'HOURS') buildDiscarder(logRotator(numToKeepStr: '10')) - - // Konfiguracja harmonogramu - triggers { - cron('H H 1,6,11,16,21,26 * *') - } } stages {