diff --git a/Jenkinsfile b/Jenkinsfile index 1962f71..2b4f032 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -5,7 +5,7 @@ pipeline { label 'linux' } triggers { - cron('H 0 12,0 * * *') + cron('H 12,0 * * *') } stages { stage('Checkout') {