mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 14:55:36 +08:00
[Jenkinsfile] Configuration to discard old builds.
This commit is contained in:
committed by
Klaus Basan
parent
7e25360d3c
commit
8915625357
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -16,6 +16,8 @@ if (env.BRANCH_NAME && env.BRANCH_NAME ==~ regexNocacheBranch) {
|
||||
|
||||
abortPreviousRunningBuilds()
|
||||
|
||||
properties([buildDiscarder(logRotator(numToKeepStr: '4'))])
|
||||
|
||||
def builders = [:]
|
||||
def buildResults = [:]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user