change cronjob settings

This commit is contained in:
Roberto Cirillo 2022-04-15 17:41:59 +02:00
parent 8c773ade0c
commit 4227937a0f
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -3,7 +3,7 @@ pipeline {
label 'CD'
}
triggers {
cron "*/10 * * * *"
cron "0 0 * * MON"
}
//once in every two hours slot between 9 AM and 5 PM every weekday (perhaps at 10:38 AM, 12:38 PM, 2:38 PM, 4:38 PM)
// cron('H H(9-16)/2 * * 1-5')