Fix Cron?
Some checks failed
andreas-personal/AndysAdguardHomeBlockList/pipeline/head There was a failure building this commit

This commit is contained in:
Andreas Fahrecker 2024-04-10 18:52:13 +02:00
parent b0a5af4cf1
commit b8c9fe5357

2
Jenkinsfile vendored
View File

@ -5,7 +5,7 @@ pipeline {
label 'linux' label 'linux'
} }
triggers { triggers {
cron('H 0 12,0 * * *') cron('H 12,0 * * *')
} }
stages { stages {
stage('Checkout') { stage('Checkout') {