1
0
Fork 0
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:
Fred G 2025-01-15 16:13:22 +01:00 committed by GitHub
parent 4d2ed9dacf
commit e93588a8b9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

1
Jenkinsfile vendored
View file

@ -6,6 +6,7 @@ pipeline {
}
options {
timestamps()
buildDiscarder(logRotator(numToKeepStr: '10', artifactNumToKeepStr: '2'))
}
stages {
stage('initialize PGP') {