diff --git a/Jenkinsfile b/Jenkinsfile index af5fae5..d424a21 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,6 +1,5 @@ pipeline { agent none - triggers {cron '@daily'} options { buildDiscarder(logRotator(numToKeepStr: '5', daysToKeepStr: '30')) timestamps() @@ -169,4 +168,4 @@ pipeline { } } } -} \ No newline at end of file +}