Fixing the build

This commit is contained in:
retropikzel 2024-10-12 07:51:01 +03:00
parent cc520faa47
commit 30dc66af7b
1 changed files with 4 additions and 0 deletions

4
Jenkinsfile vendored
View File

@ -8,6 +8,10 @@ pipeline {
}
}
triggers {
cron("59 23 * * 1") // Build every monday
}
options {
buildDiscarder(logRotator(numToKeepStr: '10', artifactNumToKeepStr: '10'))
}