Skip to content
Snippets Groups Projects

Reduce disk usage

Closed Frederic Gurr requested to merge fgurr/simopenpass:fgurr-main-patch-52912 into main
+ 1
0
@@ -18,6 +18,7 @@ pipeline {
@@ -18,6 +18,7 @@ pipeline {
checkoutToSubdirectory('repo')
checkoutToSubdirectory('repo')
timeout(time: 10, unit: 'HOURS')
timeout(time: 10, unit: 'HOURS')
timestamps()
timestamps()
 
buildDiscarder(logRotator(numToKeepStr: '10', artifactNumToKeepStr: '2'))
}
}
environment {
environment {
IMAGE_NAME = "eclipseopenpass/opsim-ci"
IMAGE_NAME = "eclipseopenpass/opsim-ci"
Loading