mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-24 09:54:16 +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()
|
abortPreviousRunningBuilds()
|
||||||
|
|
||||||
|
properties([buildDiscarder(logRotator(numToKeepStr: '4'))])
|
||||||
|
|
||||||
def builders = [:]
|
def builders = [:]
|
||||||
def buildResults = [:]
|
def buildResults = [:]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user