[skip e2e]Only allow one nightly at the same time (#19800)

Signed-off-by: Jenny Li <jing.li@zilliz.com>

Signed-off-by: Jenny Li <jing.li@zilliz.com>
pull/19801/head
Jenny Li 2022-10-14 21:29:24 +08:00 committed by GitHub
parent 3e10fe6351
commit cb5142aace
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@ pipeline {
buildDiscarder logRotator(artifactDaysToKeepStr: '30')
// parallelsAlwaysFailFast()
preserveStashes(buildCount: 5)
disableConcurrentBuilds()
}
agent {
kubernetes {