fix sintax

This commit is contained in:
Roberto Cirillo 2022-04-15 14:52:56 +02:00
parent 7b586b5a9e
commit cbe715fb9e
1 changed files with 3 additions and 3 deletions

6
Jenkinsfile vendored
View File

@ -2,10 +2,10 @@ pipeline {
agent {
label 'CD'
triggers {
// triggers {
//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 {