diff --git a/Jenkinsfile b/Jenkinsfile index 4195f6b..4a32e49 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -3,10 +3,6 @@ pipeline { label 'linux' } - triggers { - cron('@daily') - } - options { buildDiscarder(logRotator(numToKeepStr: '10', artifactNumToKeepStr: '10')) }