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
|
|
@ -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') {
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue