properties([
pipelineTriggers([
cron('H H 1,6,11,16,21,26 * *') // Lepsza wersja
])
]) for renew certificates
This commit is contained in:
parent
308ac2f66e
commit
b2a10b7148
|
|
@ -2,6 +2,12 @@ pipeline {
|
||||||
|
|
||||||
agent any
|
agent any
|
||||||
|
|
||||||
|
properties([
|
||||||
|
pipelineTriggers([
|
||||||
|
cron('H H 1,6,11,16,21,26 * *') // Lepsza wersja
|
||||||
|
])
|
||||||
|
])
|
||||||
|
|
||||||
stages {
|
stages {
|
||||||
stage('Make https cert for my domains') {
|
stage('Make https cert for my domains') {
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue