generated from gCubeCI/Pipeline-Docker-Template
fix sintax
This commit is contained in:
parent
7b586b5a9e
commit
cbe715fb9e
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue