3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@@ -15,7 +15,8 @@ pipeline {
|
||||
|
||||
options {
|
||||
disableConcurrentBuilds()
|
||||
buildDiscarder(logRotator(numToKeepStr: '7'))
|
||||
buildDiscarder(logRotator(numToKeepStr: '10'))
|
||||
quietPeriod(10)
|
||||
}
|
||||
|
||||
stages {
|
||||
|
||||
@@ -259,6 +259,7 @@
|
||||
<buildName>{{artifactory.build-name}}</buildName>
|
||||
<buildNumber>{{artifactory.build-number}}</buildNumber>
|
||||
<buildUrl>{{BUILD_URL}}</buildUrl>
|
||||
<buildRetentionCount>10</buildRetentionCount>
|
||||
</buildInfo>
|
||||
</configuration>
|
||||
</execution>
|
||||
|
||||
Reference in New Issue
Block a user