Merge "Add a build-timeout macro"
This commit is contained in:
commit
90b31c0068
@ -17,9 +17,8 @@
|
||||
concurrent: true
|
||||
|
||||
wrappers:
|
||||
- timeout:
|
||||
- build-timeout:
|
||||
timeout: 30
|
||||
fail: true
|
||||
- timestamps
|
||||
|
||||
logrotate:
|
||||
|
@ -330,6 +330,16 @@
|
||||
|
||||
|
||||
|
||||
# ======================================================================
|
||||
|
||||
- wrapper:
|
||||
name: build-timeout
|
||||
wrappers:
|
||||
- timeout:
|
||||
timeout: '{timeout}'
|
||||
timeout-var: 'BUILD_TIMEOUT'
|
||||
fail: true
|
||||
|
||||
# ======================================================================
|
||||
|
||||
- publisher:
|
||||
|
Loading…
x
Reference in New Issue
Block a user