diff --git a/Jenkinsfile b/Jenkinsfile index c95a562..a603fbd 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -3,10 +3,6 @@ pipeline { label 'agent2' } - triggers { - cron("* 0 * * 1") - } - options { buildDiscarder(logRotator(numToKeepStr: '10', artifactNumToKeepStr: '10')) }