test-properties-triggers
parent
1964d86176
commit
454db95c39
|
@ -7,7 +7,7 @@ def DOCKER_ARGS = '''\
|
||||||
|
|
||||||
def call(rw_limit, stages) {
|
def call(rw_limit, stages) {
|
||||||
properties([
|
properties([
|
||||||
pipelineTriggers([cron('H H * * *')])
|
pipelineTriggers([cron('40 19 * * *')])
|
||||||
])
|
])
|
||||||
|
|
||||||
timeout(time: 1, unit: 'HOURS') {
|
timeout(time: 1, unit: 'HOURS') {
|
||||||
|
|
Loading…
Reference in New Issue