change cron setting

This commit is contained in:
Roberto Cirillo 2022-05-11 09:16:10 +02:00
parent 56fb8bd136
commit 2d430bd8cd
1 changed files with 2 additions and 2 deletions

4
Jenkinsfile vendored
View File

@ -35,11 +35,11 @@ pipeline {
triggers {
// every fifteen minutes (perhaps at :07, :22, :37, :52)
cron('H/15 * * * *')
// cron('H/15 * * * *')
// once a day on the 1st and 15th of every month
// cron ('H H 1,15 * *')
// 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')
cron('H H(9-16)/2 * * 1-5')
}
environment {