Commit e2f07199 authored by Dominik Charousset's avatar Dominik Charousset

Configure old build behavior in Jenkins

parent 8b4deea2
......@@ -184,6 +184,9 @@ def makeBuildStages(matrixIndex, builds, lblExpr, settings) {
}
pipeline {
options {
buildDiscarder(logRotator(numToKeepStr: '50', artifactNumToKeepStr: '10'))
}
agent none
environment {
LD_LIBRARY_PATH = "$WORKSPACE/caf-sources/build/lib"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment