Do not run automatically

This commit is contained in:
retropikzel 2025-01-17 08:40:50 +02:00
parent 09d7ca14d5
commit 827a09ac45
1 changed files with 0 additions and 4 deletions

4
Jenkinsfile vendored
View File

@ -3,10 +3,6 @@ pipeline {
label 'agent2' label 'agent2'
} }
triggers {
cron("* 0 * * 1")
}
options { options {
buildDiscarder(logRotator(numToKeepStr: '10', artifactNumToKeepStr: '10')) buildDiscarder(logRotator(numToKeepStr: '10', artifactNumToKeepStr: '10'))
} }