2000 last builds
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -25,7 +25,7 @@ def build_docker(dist, release_dir, is_testing) {
|
|||||||
}
|
}
|
||||||
return "\n - ${image_name}"
|
return "\n - ${image_name}"
|
||||||
}
|
}
|
||||||
properties([[$class: 'BuildDiscarderProperty', strategy: [$class: 'LogRotator', artifactDaysToKeepStr: '', artifactNumToKeepStr: '10', daysToKeepStr: '', numToKeepStr: '20']], copyArtifactPermission('*')]);
|
properties([[$class: 'BuildDiscarderProperty', strategy: [$class: 'LogRotator', artifactDaysToKeepStr: '', artifactNumToKeepStr: '10', daysToKeepStr: '', numToKeepStr: '2000']], copyArtifactPermission('*')]);
|
||||||
node {
|
node {
|
||||||
stage("Download SRC") {
|
stage("Download SRC") {
|
||||||
checkout scm
|
checkout scm
|
||||||
|
|||||||
Reference in New Issue
Block a user