HBASE-23053 Disable concurrent nightly builds (#654)
Signed-off-by: Sean Busbey <busbey@apache.org>
This commit is contained in:
parent
d3c1bb42e9
commit
56489819bc
|
@ -28,6 +28,7 @@ pipeline {
|
|||
timeout (time: 9, unit: 'HOURS')
|
||||
timestamps()
|
||||
skipDefaultCheckout()
|
||||
disableConcurrentBuilds()
|
||||
}
|
||||
environment {
|
||||
YETUS_RELEASE = '0.11.0'
|
||||
|
|
Loading…
Reference in New Issue