Commit ef5994eb authored by Reinhard Biegel's avatar Reinhard Biegel
Browse files

Merge branch 'feature/cleanup-artifacts' into 'develop'

Reduce Jenkins CI disk usage

See merge request !246
parents 3d73e46b 3ad9d223
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -19,6 +19,7 @@ pipeline {
    timeout(time: 10, unit: 'HOURS')
    timestamps()
    disableConcurrentBuilds(abortPrevious: true)
    buildDiscarder(logRotator(numToKeepStr: '10', artifactNumToKeepStr: '2'))
  }
  environment {
    IMAGE_NAME = "eclipseopenpass/opsim-ci"
+1 −0
Original line number Diff line number Diff line
@@ -18,6 +18,7 @@ pipeline {
    checkoutToSubdirectory('repo')
    timeout(time: 10, unit: 'HOURS')
    timestamps()
    buildDiscarder(logRotator(numToKeepStr: '10', artifactNumToKeepStr: '2'))
  }
  environment {
    IMAGE_NAME = "eclipseopenpass/opsim-ci"
+1 −0
Original line number Diff line number Diff line
@@ -18,6 +18,7 @@ pipeline {
    timeout(time: 5, unit: 'HOURS')
    timestamps()
    disableConcurrentBuilds(abortPrevious: true)
    buildDiscarder(logRotator(numToKeepStr: '10', artifactNumToKeepStr: '10'))
  }
  stages {
    stage('Windows and Linux')