mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-03-28 14:56:28 +01:00
Reduce disk usage (#1009)
This change should be applied to all branches and controllable forks.
This commit is contained in:
parent
4d2ed9dacf
commit
e93588a8b9
1 changed files with 1 additions and 0 deletions
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
|
@ -6,6 +6,7 @@ pipeline {
|
||||||
}
|
}
|
||||||
options {
|
options {
|
||||||
timestamps()
|
timestamps()
|
||||||
|
buildDiscarder(logRotator(numToKeepStr: '10', artifactNumToKeepStr: '2'))
|
||||||
}
|
}
|
||||||
stages {
|
stages {
|
||||||
stage('initialize PGP') {
|
stage('initialize PGP') {
|
||||||
|
|
Loading…
Add table
Reference in a new issue