1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-09-10 12:03:16 +02: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 Jonah Graham
parent 2b69e9845d
commit 2355efe740

1
Jenkinsfile vendored
View file

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