Do not run anymore

This commit is contained in:
retropikzel 2026-03-07 20:20:15 +02:00
parent 27254873a3
commit 5c1927744f
1 changed files with 0 additions and 4 deletions

4
Jenkinsfile vendored
View File

@ -3,10 +3,6 @@ pipeline {
label 'linux'
}
triggers {
cron('@daily')
}
options {
buildDiscarder(logRotator(numToKeepStr: '10', artifactNumToKeepStr: '10'))
}