diff --git a/Jenkinsfile b/Jenkinsfile index 1c6cea2..8703d65 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -2,9 +2,7 @@ pipeline { // Multi-branch pipeline script for Yerbacon. agent any options { - if (env.BRANCH_NAME != 'stable') { - buildDiscarder(logRotator(numToKeepStr: '12', artifactNumToKeepStr: '14')) - } + buildDiscarder(logRotator(numToKeepStr: '12', artifactNumToKeepStr: '14')) sidebarLinks([ [displayName: 'Gitea Repository', iconFileName: '/userContent/Yerbacon.png', urlName: 'https://gits.username404.fr/Username404-59/Yerbacon/src/branch/' + env.BRANCH_NAME] ])