diff --git a/Jenkinsfile b/Jenkinsfile index 8703d65..ae9bbbc 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -2,7 +2,8 @@ pipeline { // Multi-branch pipeline script for Yerbacon. agent any options { - buildDiscarder(logRotator(numToKeepStr: '12', artifactNumToKeepStr: '14')) + buildDiscarder(logRotator(numToKeepStr: '48', artifactNumToKeepStr: '96')) + timeout(time: 8, unit: 'MINUTES') sidebarLinks([ [displayName: 'Gitea Repository', iconFileName: '/userContent/Yerbacon.png', urlName: 'https://gits.username404.fr/Username404-59/Yerbacon/src/branch/' + env.BRANCH_NAME] ])