fixup-vars4
parent
e87458db10
commit
6eecdb5ccb
|
@ -1,4 +1,8 @@
|
|||
def call(rw_pattern, stages) {
|
||||
properties([
|
||||
pipelineTriggers([cron('H H * * *')])
|
||||
])
|
||||
|
||||
timeout(time: 1, unit: 'HOURS') {
|
||||
lock('cfgpol') {
|
||||
node {
|
||||
|
|
Loading…
Reference in New Issue