Fixing builds

This commit is contained in:
retropikzel 2025-02-14 08:26:44 +02:00
parent d18fa631f5
commit 1a618a886d
1 changed files with 4 additions and 0 deletions

4
Jenkinsfile vendored
View File

@ -7,6 +7,10 @@ pipeline {
}
}
environment {
DOCKER=docker run -v ${PWD}:/workdir
}
options {
buildDiscarder(logRotator(numToKeepStr: '10', artifactNumToKeepStr: '10'))
}