diff --git a/Jenkinsfile b/Jenkinsfile index f4e4b7d..05f4320 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,4 +1,3 @@ - pipeline { agent any @@ -6,6 +5,15 @@ pipeline { nodejs 'NodeJS-24.2.0' } + options { + buildDiscarder( + BuildHistoryManager([ + [ continueAfterMatch: false, matchAtMost: 5 ], + [ actions: [ DeleteBuild() ] ] + ]) + ) + } + stages { stage('Install Dependencies') { steps {