diff --git a/Jenkinsfile b/Jenkinsfile index a14a27c..8807281 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,6 +1,10 @@ pipeline { agent any + options { + buildDiscarder(logRotator(numToKeepStr: '48', artifactNumToKeepStr: '96')) + timeout(time: 8, unit: 'MINUTES') + } triggers { pollSCM('*/10 * * * *') }