properties([

pipelineTriggers([
	    	cron('H H 1,6,11,16,21,26 * *')  // Lepsza wersja
		])
  ]) for renew certificates
This commit is contained in:
Artur Kuś 2025-04-28 08:36:53 +02:00
parent 308ac2f66e
commit b2a10b7148
1 changed files with 7 additions and 1 deletions

View File

@ -2,6 +2,12 @@ pipeline {
agent any
properties([
pipelineTriggers([
cron('H H 1,6,11,16,21,26 * *') // Lepsza wersja
])
])
stages {
stage('Make https cert for my domains') {