Making the build work

This commit is contained in:
retropikzel 2025-04-18 12:08:21 +03:00
parent 7f661b7159
commit f811a09b74
1 changed files with 1 additions and 0 deletions

1
Jenkinsfile vendored
View File

@ -1,6 +1,7 @@
pipeline {
agent any
options {
disableConcurrentBuilds()
buildDiscarder(logRotator(numToKeepStr: '10', artifactNumToKeepStr: '10'))
}
stages {